Changeset 1104 for trunk/dll/grep2.c
- Timestamp:
- 08/02/08 22:33:03 (4 months ago)
- Files:
-
- 1 modified
-
trunk/dll/grep2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1082 r1104 271 271 272 272 BldFullPathName(s, pFM2SaveDirectory, "GREPMASK.DAT"); 273 /*save_dir2(s);274 if (s[strlen(s) - 1] != '\\')275 strcat(s, "\\");276 strcat(s, "GREPMASK.DAT");*/277 273 fp = _fsopen(s, "r", SH_DENYWR); 278 274 if (fp) { … … 952 948 if (sSelect > 0) { 953 949 BldFullPathName(s, pFM2SaveDirectory, "GREPMASK.DAT"); 954 /*save_dir2(s);955 if (s[strlen(s) - 1] != '\\')956 strcat(s, "\\");957 strcat(s, "GREPMASK.DAT");*/958 950 fp = xfopen(s, "w", pszSrcFile, __LINE__); 959 951 if (fp) {
