Changeset 1118 for trunk/dll/assoc.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/assoc.c

    r1117 r1118  
    266266#endif
    267267  BldFullPathName(s, pFM2SaveDirectory, "ASSOC.DAT");
    268   if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 0) == 2)
     268  if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 1) == 2)
    269269    return; //already gave error msg
    270270  fp = xfopen(s, "w", pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.