Changeset 284
- Timestamp:
- May 21, 2005, 8:36:35 PM (20 years ago)
- Files:
-
- 2 edited
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, -
trunk/src/helpers/tmsgfile.c
r238 r284 331 331 APIRET arc; 332 332 333 ULONG cbFile ;333 ULONG cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug 334 334 PXFILE pFile; 335 335 if (!(arc = doshOpen(pcszMessageFile, … … 477 477 { 478 478 APIRET arc; 479 ULONG cbFile ;479 ULONG cbFile = 0; // V1.0.7 (2005-05-21) [pr]: Workaround for kernel bug 480 480 PXFILE pFile; 481 481
Note:
See TracChangeset
for help on using the changeset viewer.