- Timestamp:
 - Apr 28, 2001, 6:14:54 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kernel32/misc.cpp (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/misc.cpp
r5605 r5624 1 /* $Id: misc.cpp,v 1.3 4 2001-04-27 17:35:41sandervl Exp $ */1 /* $Id: misc.cpp,v 1.35 2001-04-28 16:14:54 sandervl Exp $ */ 2 2 3 3 /* … … 252 252 static BOOL fDisableThread[5] = {0}; 253 253 254 //#define CHECK_ODINHEAP254 #define CHECK_ODINHEAP 255 255 #if defined(DEBUG) && defined(CHECK_ODINHEAP) 256 256 int checkOdinHeap = 1; … … 319 319 return 1; 320 320 } 321 } 322 323 if(!tekst) { 324 fflush( flog); 325 SetFS(sel); 326 return 1; 321 327 } 322 328 … … 350 356 fprintf(flog, "\n"); 351 357 } 358 fflush(flog); 352 359 SetFS(sel); 353 360 return 1;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  