Changeset 801 for soft


Ignore:
Timestamp:
Mar 14, 2016, 3:18:39 PM (8 years ago)
Author:
alain
Message:

cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/stdlib.c

    r777 r801  
    152152       
    153153        // Ignore fields width and precision
    154         for ( ; *format >= '0' && *format <= '9'; format++ );
     154        for ( ; (*format >= '0' && *format <= '9') || (*format == '.') ; format++ );
    155155
    156156        switch (*format)
Note: See TracChangeset for help on using the changeset viewer.