Changeset 1438 for trunk/dll/viewinf.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewinf.c
r1400 r1438 20 20 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 21 21 08 Mar 09 GKY Additional strings move to PCSZs in init.c 22 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 22 23 23 24 ***********************************************************************/ … … 121 122 122 123 strcpy(mask, p); 123 if (mask[strlen(mask) - 1] != '\\') 124 strcat(mask, "\\"); 124 AddBackslashToPath(mask); 125 //if (mask[strlen(mask) - 1] != '\\') 126 // strcat(mask, "\\"); 125 127 enddir = mask + strlen(mask); 126 128 if (dummy->help)
Note:
See TracChangeset
for help on using the changeset viewer.