Changeset 3885
- Timestamp:
- Jun 28, 2014, 4:33:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/libc/str/strxfrm.c
r2717 r3885 64 64 65 65 for (int i = 0; i < rs; i++) 66 if (x->out[i] != -1)66 if (x->out[i] != (char)-1) 67 67 x->out[i]++; 68 68 x->out[rs] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.