Changeset dade7a0 in buchla-68k for libsm/strcat.c


Ignore:
Timestamp:
07/15/2017 11:23:25 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e102943
Parents:
c80943f
Message:

No more warnings in libsm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsm/strcat.c

    rc80943f rdade7a0  
    1717        os1 = s1;
    1818
    19         while(*s1++)
     19        while (*s1++)
    2020                ;
    2121
    2222        --s1;
    2323
    24         while(*s1++ = *s2++)
     24        while ((*s1++ = *s2++))
    2525                ;
    2626
Note: See TracChangeset for help on using the changeset viewer.