Changeset dade7a0 in buchla-68k for libsm/strtol.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/strtol.c

    rc80943f rdade7a0  
    3939        }
    4040
    41         if (base == 0)
     41        if (base == 0) {
    4242                if (c != '0')
    4343                        base = 10;
     
    4646                else
    4747                        base = 8;
     48        }
     49
    4850        /*
    4951                for any base > 10, the digits incrementally following
Note: See TracChangeset for help on using the changeset viewer.