Changeset 756 for trunk/dll/objcnr.c
- Timestamp:
- Aug 4, 2007, 1:33:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objcnr.c
r752 r756 16 16 22 Mar 07 GKY Use QWL_USER 17 17 01 Aug 07 SHL Rework to sync with CNRITEM mods 18 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 18 19 19 20 ***********************************************************************/ … … 109 110 p = strrchr(pciP->pszFileName, '\\'); 110 111 if (!p) 111 pciP->psz FileName = pciP->pszFileName;112 pciP->pszDisplayName = pciP->pszFileName; 112 113 else if (*(p + 1)) 113 114 p++;
Note:
See TracChangeset
for help on using the changeset viewer.