Changeset 284 for trunk/src/helpers/tmsgfile.c
- Timestamp:
- May 21, 2005, 8:36:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.