Ignore:
Timestamp:
Aug 18, 1999, 11:54:27 PM (26 years ago)
Author:
phaller
Message:

Fix: Interlocked Functions, Profile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/profile.cpp

    r551 r558  
    1 /* $Id: profile.cpp,v 1.15 1999-08-18 17:26:44 sandervl Exp $ */
     1/* $Id: profile.cpp,v 1.16 1999-08-18 21:54:27 phaller Exp $ */
    22
    33/*
     
    13991399
    14001400    EnterCriticalSection(&PROFILE_CritSect);
    1401     if (MRUProfile && CurProfile->filename)
    1402     {
     1401
     1402    if (CurProfile && CurProfile->filename)
    14031403      PROFILE_FlushFile(); //flash current
     1404
     1405    if (MRUProfile)
     1406    {
    14041407      lastCurProfile = CurProfile;
    14051408      for(x = 1;x < N_CACHED_PROFILES;x++)
Note: See TracChangeset for help on using the changeset viewer.