Changeset 1118 for trunk/dll/command.c


Ignore:
Timestamp:
Aug 24, 2008, 10:52:23 PM (17 years ago)
Author:
Gregg Young
Message:

Clean up of fix for trap caused by FM/2 being on a full disk. It now preserves the data files. (Ticket 152, 271)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/command.c

    r1117 r1118  
    398398  info = cmdhead;
    399399  BldFullPathName(s, pFM2SaveDirectory, "COMMANDS.DAT");
    400   if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 0) == 2)
     400  if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 1) == 2)
    401401    return; //already gave error msg
    402402  fp = xfopen(s, "w", pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.