mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-17 08:19:49 +02:00
1c5e05e477
This format string uses %d to print uint32_t and size_t{ype,}, which is
not guaranteed to work. Instead, use PRIu32 for uint32_t, and %zu for
size_t.