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

Fix: Heap changes

File:
1 edited

Legend:

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

    r433 r435  
    1 /* $Id: misc.cpp,v 1.4 1999-08-06 09:03:04 phaller Exp $ */
     1/* $Id: misc.cpp,v 1.5 1999-08-06 12:14:12 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.