Changes in uspace/lib/posix/src/stdio/scanf.c [1b20da0:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/stdio/scanf.c
r1b20da0 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.