Changeset 907d91a in mainline
- Timestamp:
- 2017-04-03T05:10:03Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b583f4
- Parents:
- e330da6e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/printf_core.c
re330da6e r907d91a 611 611 else 612 612 qualifier = PrintfQualifierLongLong; 613 i = nxt; 614 uc = str_decode(fmt, &nxt, STR_NO_LIMIT); 615 break; 613 616 case 'h': 614 617 /* Char or short */ -
kernel/generic/src/printf/printf_core.c
re330da6e r907d91a 739 739 else 740 740 qualifier = PrintfQualifierLongLong; 741 i = nxt; 742 uc = str_decode(fmt, &nxt, STR_NO_LIMIT); 743 break; 741 744 case 'h': 742 745 /* Char or short */ -
uspace/lib/c/generic/io/printf_core.c
re330da6e r907d91a 1454 1454 else 1455 1455 qualifier = PrintfQualifierLongLong; 1456 i = nxt; 1457 uc = str_decode(fmt, &nxt, STR_NO_LIMIT); 1458 break; 1456 1459 case 'h': 1457 1460 /* Char or short */
Note:
See TracChangeset
for help on using the changeset viewer.