Ignore:
Timestamp:
Aug 6, 1999, 2:15:25 PM (26 years ago)
Author:
phaller
Message:

Fix: Heap changes

File:
1 edited

Legend:

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

    r435 r436  
    1 /* $Id: misc.cpp,v 1.5 1999-08-06 12:14:12 phaller Exp $ */
     1/* $Id: misc.cpp,v 1.6 1999-08-06 12:15:25 phaller Exp $ */
    22
    33/*
     
    246246int SYSTEM EXPORT WriteLog(char *tekst, ...)
    247247{
    248 //  USHORT  sel = RestoreOS2FS();
     248  USHORT  sel = RestoreOS2FS();
    249249  va_list argptr;
    250250
     
    269269  }
    270270
    271 //  SetFS(sel);
     271  SetFS(sel);
    272272  return 1;
    273273}
     
    275275int SYSTEM EXPORT WriteLogError(char *tekst, ...)
    276276{
    277 //  USHORT  sel = RestoreOS2FS();
     277  USHORT  sel = RestoreOS2FS();
    278278  va_list argptr;
    279279
     
    285285    printf("\n");
    286286
    287 //  SetFS(sel);
     287  SetFS(sel);
    288288  return 1;
    289289}
Note: See TracChangeset for help on using the changeset viewer.