Changeset 1663
- Timestamp:
- Aug 4, 2012, 11:13:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1650 r1663 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001 , 2010Steven H. Levine9 Copyright (c) 2001-2012 Steven H. Levine 10 10 11 11 16 Oct 02 SHL Handle large partitions … … 87 87 entries in the tree container, fix related semaphore performance using 88 88 combination of event and mutex semaphores 89 04 Aug 12 GKY Fix trap reported by Ben 89 90 90 91 ***********************************************************************/ … … 773 774 if (cnri.cRecords) { 774 775 sprintf(s, GetPString(IDS_NUMDRIVESTEXT), cnri.cRecords); 775 if (pci && (INT) pci != -1 && *pci->pszFileName) { //fixme if can reproduce trap on *pci->psazFileName check invalid address776 if (pci && (INT) pci != -1 && pci->pszFileName) { //fixme? will try checking pci->pszFileName instead of the pointer 776 777 if (!(driveflags[toupper(*pci->pszFileName) - 'A'] & 777 778 DRIVE_REMOVABLE) ||
Note:
See TracChangeset
for help on using the changeset viewer.