Changeset 959 for trunk/dll/comp.c
- Timestamp:
- Feb 18, 2008, 1:47:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r938 r959 102 102 if (mask) { 103 103 BldFullPathName(mask, path, "*"); 104 // sprintf(mask,105 // "%s%s*",106 // path, (path[strlen(path) - 1] != '\\') ? "\\" : NullStr);107 104 enddir = strrchr(mask, '\\'); 108 105 enddir++;
Note:
See TracChangeset
for help on using the changeset viewer.