Changeset 284


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

Kernel bug workaround

Files:
2 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,
  • 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.