Ignore:
Timestamp:
2017-04-03T05:10:03Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b583f4
Parents:
e330da6e
Message:

Add missing breaks and decode the next character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/printf_core.c

    re330da6e r907d91a  
    14541454                                else
    14551455                                        qualifier = PrintfQualifierLongLong;
     1456                                i = nxt;
     1457                                uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
     1458                                break;
    14561459                        case 'h':
    14571460                                /* Char or short */
Note: See TracChangeset for help on using the changeset viewer.