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
  • branches/branch-1-0/src/helpers/tmsgfile.c

    r222 r284  
    357357    APIRET arc;
    358358
    359     ULONG   cbFile;
     359    ULONG   cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug
    360360    PXFILE  pFile;
    361361    if (!(arc = doshOpen(pcszMessageFile,
     
    512512    {
    513513        // open the file again V0.9.20 (2002-07-19) [umoeller]
    514         ULONG   cbFile;
     514        ULONG   cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug
    515515        PXFILE  pFile;
    516516        if (!(arc = doshOpen(pMsgFile->pszFilename,
Note: See TracChangeset for help on using the changeset viewer.