Changeset 1438 for trunk/dll/objcnr.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objcnr.c
r1402 r1438 24 24 10 Dec 08 SHL Integrate exception handler support 25 25 08 Mar 09 GKY Additional strings move to PCSZs 26 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 26 27 27 28 ***********************************************************************/ … … 56 57 #include "fortify.h" 57 58 #include "excputil.h" // xbeginthread 59 #include "pathutil.h" // AddBackslashToPath 58 60 59 61 typedef struct … … 100 102 return; // Error already reported 101 103 strcpy(maskstr, filename); 102 if (maskstr[strlen(maskstr) - 1] != '\\') 103 strcat(maskstr, "\\"); 104 AddBackslashToPath(maskstr); 105 //if (maskstr[strlen(maskstr) - 1] != '\\') 106 // strcat(maskstr, "\\"); 104 107 endpath = &maskstr[strlen(maskstr)]; 105 108 strcat(maskstr, "*");
Note:
See TracChangeset
for help on using the changeset viewer.