Ignore:
Timestamp:
Nov 30, 2001, 6:39:46 PM (24 years ago)
Author:
umoeller
Message:

Minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tmsgfile.c

    r116 r119  
    3636 *      code was contributed by Christian Langanke, but this
    3737 *      has been completely rewritten with V0.9.16 to use my
    38  *      fast string functions now. Also, tmfGetMessage requires
    39  *      tmfOpenMessageFile to be called beforehand.
     38 *      fast string functions now. Also, tmfGetMessage now
     39 *      requires tmfOpenMessageFile to be called beforehand.
    4040 *
    4141 *      Usage: All OS/2 programs.
     
    428428            if (cTableEntries && pTable)
    429429            {
    430                 CHAR szFind[34] = "%0";
     430                CHAR szFind[10] = "%0";
    431431                ULONG ul;
    432432                for (ul = 0;
     
    435435                {
    436436                    ULONG ulOfs = 0;
    437                     PSZ pszReplThis = pTable[ul];
    438437
    439438                    _ultoa(ul + 1, szFind + 1, 10);
     
    441440                                            &ulOfs,
    442441                                            szFind,
    443                                             pszReplThis))
     442                                            pTable[ul]))
    444443                        ;
    445444                }
Note: See TracChangeset for help on using the changeset viewer.