mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
fix format specifiers
This commit is contained in:
parent
cbbd57322a
commit
f36149a9ac
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ long mi_option_get(mi_option_t option) {
|
|||
if (desc->init == UNINIT) {
|
||||
mi_option_init(desc);
|
||||
if (option != mi_option_verbose) {
|
||||
_mi_verbose_message("option '%s': %zd\n", desc->name, desc->value);
|
||||
_mi_verbose_message("option '%s': %ld\n", desc->name, desc->value);
|
||||
}
|
||||
}
|
||||
return desc->value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue