Files
ladybird/Userland/Libraries/LibC
Jelle Raaijmakers 325263f0e8 LibC: Consume all whitespace in scanf if present in format
We were consuming all whitespace from the format, but not the input
lexer - that was left to the actual format parsing code. It so happened
that we did not account for whitespace with the conversion specifier
'[', causing whitespace to end up in the output variables.

Fix this by always consuming all whitespace and removing the whitespace
logic from the conversion code.
2022-09-09 22:54:25 +01:00
..
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-07-08 22:27:38 +00:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00