Changeset 1398 for trunk/dll/assoc.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/assoc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r1321 r1398 164 164 free_associations(); 165 165 assloaded = TRUE; 166 BldFullPathName(mask, pFM2SaveDirectory, "ASSOC.DAT");166 BldFullPathName(mask, pFM2SaveDirectory, PCSZ_ASSOCDAT); 167 167 fp = _fsopen(mask, "r", SH_DENYWR); 168 168 pszCmdLine = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__); … … 286 286 } 287 287 #endif 288 BldFullPathName(s, pFM2SaveDirectory, "ASSOC.DAT");288 BldFullPathName(s, pFM2SaveDirectory, PCSZ_ASSOCDAT); 289 289 if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 1) == 2) 290 290 return; //already gave error msg
Note:
See TracChangeset
for help on using the changeset viewer.
