Changeset 2270 for trunk/src


Ignore:
Timestamp:
Jan 26, 2009, 1:01:01 AM (16 years ago)
Author:
bird
Message:

kDep.c: Fixed typo breaking with gcc 3.3.5 fprintf optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/kDep.c

    r2263 r2270  
    399399        {
    400400            const KU8 u8 = pb[i];
    401             printf("%c", u8 < 127 && u8 >= 32 ? u8 : '.', 1);
     401            printf("%c", u8 < 127 && u8 >= 32 ? u8 : '.');
    402402        }
    403403        off += cchWidth;
Note: See TracChangeset for help on using the changeset viewer.