Changeset 1249
- Timestamp:
- Oct 17, 2008, 12:15:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/filter.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filter.c
r1223 r1249 149 149 150 150 loadedmasks = TRUE; 151 BldFullPathName(s, pFM2SaveDirectory, "FILTER .DAT");151 BldFullPathName(s, pFM2SaveDirectory, "FILTERS.DAT"); 152 152 fp = _fsopen(s, "r", SH_DENYWR); 153 153 if (fp) { … … 188 188 return; 189 189 if (maskhead) { 190 BldFullPathName(s, pFM2SaveDirectory, "FILTER .DAT");190 BldFullPathName(s, pFM2SaveDirectory, "FILTERS.DAT"); 191 191 if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 1) == 2) 192 192 return; //already gave error msg
Note:
See TracChangeset
for help on using the changeset viewer.
