Ignore:
Timestamp:
May 21, 2005, 8:36:35 PM (20 years ago)
Author:
pr
Message:

Kernel bug workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tmsgfile.c

    r238 r284  
    331331    APIRET arc;
    332332
    333     ULONG   cbFile;
     333    ULONG   cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug
    334334    PXFILE  pFile;
    335335    if (!(arc = doshOpen(pcszMessageFile,
     
    477477{
    478478    APIRET  arc;
    479     ULONG   cbFile;
     479    ULONG   cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug
    480480    PXFILE  pFile;
    481481
Note: See TracChangeset for help on using the changeset viewer.