Files
ladybird/Userland/Libraries/LibPDF/Parser.cpp
Julian Offenhäuser 0bc3333740 LibPDF: Parse integer numbers with atoi() instead of strtof()
strtof() produces rounding errors for very large numbers, which we
don't want for integers, as they may have to be precise.
2022-11-19 15:42:08 +01:00

17 KiB