Changeset 1398 for trunk/dll/command.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/command.c
r1345 r1398 352 352 pszCmdLine = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__); 353 353 if (pszCmdLine) { 354 BldFullPathName(pszCmdLine, pFM2SaveDirectory, "COMMANDS.DAT");354 BldFullPathName(pszCmdLine, pFM2SaveDirectory, PCSZ_COMMANDSDAT); 355 355 fp = _fsopen(pszCmdLine, "r", SH_DENYWR); 356 356 if (fp) { … … 416 416 return; 417 417 info = cmdhead; 418 BldFullPathName(s, pFM2SaveDirectory, "COMMANDS.DAT");418 BldFullPathName(s, pFM2SaveDirectory, PCSZ_COMMANDSDAT); 419 419 if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 1) == 2) 420 420 return; //already gave error msg
Note:
See TracChangeset
for help on using the changeset viewer.