mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00:00
AK: The printf family was mixing up case and alternate form settings
This commit is contained in:
parent
ccdeafdefb
commit
5465795dc3
Notes:
sideshowbarker
2024-07-19 12:36:24 +09:00
Author: https://github.com/awesomekling
Commit: 5465795dc3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ extern "C" size_t strlen(const char*);
|
|||
#endif
|
||||
|
||||
template<typename PutChFunc, typename T>
|
||||
[[gnu::always_inline]] inline int print_hex(PutChFunc putch, char*& bufptr, T number, bool alternate_form, bool upper_case, bool left_pad, bool zeroPad, u8 width)
|
||||
[[gnu::always_inline]] inline int print_hex(PutChFunc putch, char*& bufptr, T number, bool upper_case, bool alternate_form, bool left_pad, bool zeroPad, u8 width)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue