VirtualBox

Changeset 1250 in kBuild for trunk/src/lib


Ignore:
Timestamp:
Oct 23, 2007 4:12:16 PM (17 years ago)
Author:
bird
Message:

fix the right path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt_fullpath.c

    r1248 r1250  
    421421    {
    422422        /** @todo make nt_get_filename_info return spaceless path. */
    423         if (strchr(pszPath, ' '))
    424             w32_fixcase(pszPath);
     423        if (strchr(pszFull, ' '))
     424            w32_fixcase(pszFull);
    425425#if 0
    426         fprintf(stderr, "nt #%d - %s\n", ++s_cHits, pszFull);
     426        fprintf(stdout, "nt #%d - %s\n", ++s_cHits, pszFull);
     427        fprintf(stdout, "   #%d - %s\n", s_cHits, pszPath);
    427428#endif
    428429        return;
     
    440441#if 0
    441442    fprintf(stderr, "fb #%d - %s\n", ++s_cFallbacks, pszFull);
     443    fprintf(stderr, "   #%d - %s\n", s_cFallbacks, pszPath);
    442444#endif
    443445}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette