OpenTTD/src/strgen
Rubidium 7b539fa7c9 Fix: fmt's {:#04X} yields '0X00', not '0x0000'
Technically the 0X vs 0x is not a big problem, just not pretty. However, the
length also including the 0x results in unexpected behaviour, so it probably
better to not use it.
2023-04-20 21:39:57 +02:00
..
CMakeLists.txt Change: [CMake] Bump minimum version to 3.9 2021-02-07 16:21:13 +01:00
strgen.cpp Codechange: use string/fmt instead of print for strgen warnings/errors/fatals 2023-04-18 23:20:53 +02:00
strgen.h Codechange: use string/fmt instead of print for strgen warnings/errors/fatals 2023-04-18 23:20:53 +02:00
strgen_base.cpp Fix: fmt's {:#04X} yields '0X00', not '0x0000' 2023-04-20 21:39:57 +02:00