Ignore:
Timestamp:
Aug 19, 1999, 1:44:48 AM (26 years ago)
Author:
phaller
Message:

Fix: bugfix in profile.cpp (flushing profile)

File:
1 edited

Legend:

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

    r558 r565  
    1 /* $Id: profile.cpp,v 1.16 1999-08-18 21:54:27 phaller Exp $ */
     1/* $Id: profile.cpp,v 1.17 1999-08-18 23:44:48 phaller Exp $ */
    22
    33/*
     
    14081408      for(x = 1;x < N_CACHED_PROFILES;x++)
    14091409      {
    1410         if (MRUProfile[x]->filename)
     1410        if (MRUProfile[x] && MRUProfile[x]->filename)
    14111411        {
    14121412          CurProfile = MRUProfile[x];
Note: See TracChangeset for help on using the changeset viewer.