Changeset 1851 for trunk/dll/sortcnr.c
- Timestamp:
- Aug 14, 2015, 11:29:17 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/sortcnr.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/sortcnr.c
r1673 r1851 28 28 #include "sortcnr.h" 29 29 #include "valid.h" // TestCDates 30 #if 0 31 #define __PMPRINTF__ 32 #include "PMPRINTF.H" 33 #endif 30 34 31 35 static SHORT SortCnr(PMINIRECORDCORE p1, PMINIRECORDCORE p2, INT Sortflags); … … 62 66 if (SortFlags & SORT_NOSORT) 63 67 return 0; 68 if (!strcmp(pCI1->pszFileName, NullStr) || !strcmp(pCI2->pszFileName, NullStr)) { 69 return 0; 70 } 64 71 if (SortFlags && pCI1->pszFileName + 3 && pCI2->pszFileName + 3) { 65 72 if (SortFlags & SORT_DIRSFIRST) {
Note:
See TracChangeset
for help on using the changeset viewer.
