Changeset 1024


Ignore:
Timestamp:
May 31, 2008, 10:03:09 PM (17 years ago)
Author:
John Small
Message:

Initial fix to the problem of the saved FM/2 shutdown state not
setting the NumDirsLastTime value correctly when there are no
open directory containers at shutdown.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1017 r1024  
    29162916    PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & swp, sizeof(SWP));
    29172917  }
     2918  else if (fIsShutDownState) {
     2919    sprintf(szKey, "%sNumDirsLastTime", szPrefix);
     2920    PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & numsaves, sizeof(ULONG));
     2921  }
    29182922
    29192923  return nSaved;
Note: See TracChangeset for help on using the changeset viewer.