Ignore:
Timestamp:
Aug 17, 1999, 9:30:50 PM (26 years ago)
Author:
phaller
Message:

Fix: ODINWRAP, OS2SEL, PROFILE, LZ32

File:
1 edited

Legend:

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

    r529 r537  
    1 /* $Id: profile.cpp,v 1.9 1999-08-17 16:35:10 phaller Exp $ */
     1/* $Id: profile.cpp,v 1.10 1999-08-17 19:30:49 phaller Exp $ */
    22
    33/*
     
    14031403    for(x = 1;x < N_CACHED_PROFILES;x++)
    14041404    {
    1405       if (MRUProfile[x]->filename)
    1406       {
    1407         CurProfile = MRUProfile[x];
    1408         PROFILE_FlushFile();
    1409       }
     1405      if (MRUProfile[x])
     1406        if (MRUProfile[x]->filename)
     1407        {
     1408          CurProfile = MRUProfile[x];
     1409          PROFILE_FlushFile();
     1410        }
    14101411    }
    14111412    CurProfile = lastCurProfile;
Note: See TracChangeset for help on using the changeset viewer.