mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-15 00:57:53 +00:00
"0" was interpreted as a base-8 prefix, and the parse pointer was then unconditionally advanced, causing us to consume zero characters. This unbreaks the git port. :^) (We should really have tests for LibC..)