Changeset 119 for trunk/src/helpers/tmsgfile.c
- Timestamp:
- Nov 30, 2001, 6:39:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/tmsgfile.c
r116 r119 36 36 * code was contributed by Christian Langanke, but this 37 37 * has been completely rewritten with V0.9.16 to use my 38 * fast string functions now. Also, tmfGetMessage requires39 * tmfOpenMessageFile to be called beforehand.38 * fast string functions now. Also, tmfGetMessage now 39 * requires tmfOpenMessageFile to be called beforehand. 40 40 * 41 41 * Usage: All OS/2 programs. … … 428 428 if (cTableEntries && pTable) 429 429 { 430 CHAR szFind[ 34] = "%0";430 CHAR szFind[10] = "%0"; 431 431 ULONG ul; 432 432 for (ul = 0; … … 435 435 { 436 436 ULONG ulOfs = 0; 437 PSZ pszReplThis = pTable[ul];438 437 439 438 _ultoa(ul + 1, szFind + 1, 10); … … 441 440 &ulOfs, 442 441 szFind, 443 p szReplThis))442 pTable[ul])) 444 443 ; 445 444 }
Note:
See TracChangeset
for help on using the changeset viewer.