Changeset 1250 in kBuild for trunk/src/lib
- Timestamp:
- Oct 23, 2007 4:12:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt_fullpath.c
r1248 r1250 421 421 { 422 422 /** @todo make nt_get_filename_info return spaceless path. */ 423 if (strchr(psz Path, ' '))424 w32_fixcase(psz Path);423 if (strchr(pszFull, ' ')) 424 w32_fixcase(pszFull); 425 425 #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); 427 428 #endif 428 429 return; … … 440 441 #if 0 441 442 fprintf(stderr, "fb #%d - %s\n", ++s_cFallbacks, pszFull); 443 fprintf(stderr, " #%d - %s\n", s_cFallbacks, pszPath); 442 444 #endif 443 445 }
Note:
See TracChangeset
for help on using the changeset viewer.