Changeset 1827 for trunk/dll/treecnr.c
- Timestamp:
- Jul 12, 2015, 11:32:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1819 r1827 788 788 if (cnri.cRecords) { 789 789 sprintf(s, GetPString(IDS_NUMDRIVESTEXT), cnri.cRecords); 790 if (pci && (INT) pci != -1 && pci->pszFileName ) { //fixme? will try checking pci->pszFileName instead of the pointer790 if (pci && (INT) pci != -1 && pci->pszFileName != NullStr) { //fixme? will try checking pci->pszFileName instead of the pointer 791 791 if (!(driveflags[toupper(*pci->pszFileName) - 'A'] & 792 792 DRIVE_REMOVABLE) ||
Note:
See TracChangeset
for help on using the changeset viewer.