Changeset a35b458 in mainline for uspace/lib/posix/src/stdio/scanf.c
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/stdio/scanf.c
r3061bc1 ra35b458 459 459 { 460 460 assert(modifier); 461 461 462 462 switch (c) { 463 463 case 'S': … … 880 880 } else if (is_seq_conv(*fmt, &length_mod)) { 881 881 /* Character sequence conversion. */ 882 882 883 883 /* Check sanity of optional parts of conversion specifier. */ 884 884 if (length_mod != LMOD_NONE && … … 1074 1074 ++converted_cnt; 1075 1075 } 1076 1076 1077 1077 converting = false; 1078 1078 /* Format string pointer already incremented. */ … … 1102 1102 break; 1103 1103 } 1104 1104 1105 1105 } else { 1106 1106 … … 1152 1152 } 1153 1153 } 1154 1154 1155 1155 } 1156 1156
Note:
See TracChangeset
for help on using the changeset viewer.