Changeset 1812 for trunk/dll/select.c
- Timestamp:
- Jun 14, 2015, 12:25:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r1673 r1812 31 31 29 Feb 08 GKY Use xfree where appropriate 32 32 31 May 11 SHL Ensure mask->pszMasks[1] initialize to NULL if not used 33 13 Jun 15 GKY Fixed compare selection replaced pszFileNames with pszDisplayNames 33 34 34 35 ***********************************************************************/ … … 619 620 struct SS *ss2 = (struct SS *)s2; 620 621 621 return stricmp((PSZ)s1, ss2->pci->psz FileName);622 return stricmp((PSZ)s1, ss2->pci->pszDisplayName); 622 623 } 623 624 … … 730 731 for (w = 0; w < numwindows; w++) { 731 732 if (w != z && Cnrs[w].numfiles) { 732 bsres = (struct SS *)bsearch(Cnrs[z].ss[x].pci->psz FileName,733 bsres = (struct SS *)bsearch(Cnrs[z].ss[x].pci->pszDisplayName, 733 734 Cnrs[w].ss, Cnrs[w].numfiles, 734 735 sizeof(struct SS), CompSSNamesB);
Note:
See TracChangeset
for help on using the changeset viewer.