Changeset 1438 for trunk/dll/comp.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1409 r1438 66 66 08 Mar 09 GKY Additional strings move to PCSZs in init.c & String Table 67 67 15 Mar 09 GKY Use WriteDetailsSwitchs to save detail switch changes to the ini file. 68 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 68 69 69 70 ***********************************************************************/ … … 2899 2900 strcpy(ofile, cmp->rightdir); 2900 2901 else 2901 strcpy(ofile, cmp->leftdir); 2902 if (ofile[strlen(ofile) - 1] != '\\') 2903 strcat(ofile, "\\"); 2902 strcpy(ofile, cmp->leftdir); 2903 AddBackslashToPath(ofile); 2904 //if (ofile[strlen(ofile) - 1] != '\\') 2905 // strcat(ofile, "\\"); 2904 2906 strcat(ofile, pci->pszDisplayName); 2905 2907 if (*compare) {
Note:
See TracChangeset
for help on using the changeset viewer.