Changeset 565 for trunk/src/kernel32
- Timestamp:
 - Aug 19, 1999, 1:44:48 AM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kernel32/profile.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/profile.cpp
r558 r565 1 /* $Id: profile.cpp,v 1.1 6 1999-08-18 21:54:27phaller Exp $ */1 /* $Id: profile.cpp,v 1.17 1999-08-18 23:44:48 phaller Exp $ */ 2 2 3 3 /* … … 1408 1408 for(x = 1;x < N_CACHED_PROFILES;x++) 1409 1409 { 1410 if (MRUProfile[x] ->filename)1410 if (MRUProfile[x] && MRUProfile[x]->filename) 1411 1411 { 1412 1412 CurProfile = MRUProfile[x];  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  