Ignore:
Timestamp:
Jul 5, 2002, 11:22:37 AM (23 years ago)
Author:
umoeller
Message:

Third round of fixes for 0.9.19 (BAT files)

File:
1 edited

Legend:

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

    r184 r185  
    112112    G_fDBCS = FALSE;
    113113
    114     if (arc = DosQueryDBCSEnv(8 * sizeof(DBCSVECTOR),
    115                               &G_cc,
    116                               (PCHAR)G_aDBCSVector))
    117     {
    118         // not DBCS:
    119         _PmpfF(("DosQueryDBCSEnv returned arc %d", arc));
    120     }
    121     else
     114    if (!(arc = DosQueryDBCSEnv(8 * sizeof(DBCSVECTOR),
     115                                &G_cc,
     116                                (PCHAR)G_aDBCSVector)))
    122117    {
    123118        int i;
Note: See TracChangeset for help on using the changeset viewer.