mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
LibC: Make scanf() not increment the assignment count for %n
This commit is contained in:
parent
f142b43e89
commit
0615a4d42a
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ extern "C" int vsscanf(const char* input, const char* format, va_list ap)
|
|||
auto* ptr = va_arg(ap, int*);
|
||||
*ptr = input_lexer.tell();
|
||||
}
|
||||
++elements_matched;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue