Changeset 1438 for trunk/dll/grep.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1402 r1438 32 32 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 33 33 08 Mar 09 GKY Additional strings move to String Table 34 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 34 35 35 36 ***********************************************************************/ … … 475 476 476 477 // add a mask to search path 477 if (searchPath[strlen(searchPath) - 1] != '\\') 478 strcat(searchPath, "\\"); 478 AddBackslashToPath(searchPath); 479 //if (searchPath[strlen(searchPath) - 1] != '\\') 480 // strcat(searchPath, "\\"); 479 481 strcat(searchPath, "*"); 480 482 // step through all subdirectories
Note:
See TracChangeset
for help on using the changeset viewer.