Changeset 1897 for trunk/dll/init.c


Ignore:
Timestamp:
Aug 14, 2022, 9:14:53 PM (3 years ago)
Author:
Gregg Young
Message:

Add FM4_NOWARN_DSPACE this is to quiet FM/4 by skipping disk space check; used for AN main frame backup solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1891 r1897  
    853853    pTmpDir = xstrdup(pFM2SaveDirectory, pszSrcFile, __LINE__);
    854854  // Check free space on TMP and FM2 Save drives
     855#ifdef  FM4_NOWARN_DSPACE //Quiet FM/4 for AN main frame backup solution
     856  if (strcmp(appname, "FM/4"))
     857#endif
    855858  {
    856859    if (pTmpDir && CheckDriveSpaceAvail(pTmpDir, ullTmpSpaceNeeded, 0) == 1) {
Note: See TracChangeset for help on using the changeset viewer.