- Timestamp:
 - May 21, 2005, 8:36:35 PM (20 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/branch-1-0/src/helpers/tmsgfile.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/branch-1-0/src/helpers/tmsgfile.c
r222 r284 357 357 APIRET arc; 358 358 359 ULONG cbFile ;359 ULONG cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug 360 360 PXFILE pFile; 361 361 if (!(arc = doshOpen(pcszMessageFile, … … 512 512 { 513 513 // 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 515 515 PXFILE pFile; 516 516 if (!(arc = doshOpen(pMsgFile->pszFilename,  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  