Changeset 3885


Ignore:
Timestamp:
Jun 28, 2014, 4:33:25 AM (11 years ago)
Author:
bird
Message:

make watcom happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libc/str/strxfrm.c

    r2717 r3885  
    6464
    6565        for (int i = 0; i < rs; i++)
    66             if (x->out[i] != -1)
     66            if (x->out[i] != (char)-1)
    6767                x->out[i]++;
    6868        x->out[rs] = '\0';
Note: See TracChangeset for help on using the changeset viewer.