mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
test-compress-benchmark: add missing % before PRIu64 format
This commit is contained in:
@@ -72,7 +72,7 @@ static void test_compress_decompress(const char* label,
|
||||
|
||||
assert(j > 0);
|
||||
if (j >= i)
|
||||
log_error("%s \"compressed\" %zu -> " PRIu64, label, i, j);
|
||||
log_error("%s \"compressed\" %zu -> %" PRIu64, label, i, j);
|
||||
|
||||
r = decompress(buf, j, &buf2, &buf2_allocated, &k, 0);
|
||||
assert(r == 0);
|
||||
|
||||
Reference in New Issue
Block a user