diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-24 06:50:20 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-24 06:50:20 +0100 |
| commit | d2c60504265dbd03a31c357724618bac70ac4ffe (patch) | |
| tree | b630969b8f5ae3690f764738b249668fcef843df /src/tc-list.c | |
| parent | afd606e6806b6c34b816893f6d04789d86a83fbc (diff) | |
| parent | a384d3bf0397c8237f3a78e690db6d9141e6345c (diff) | |
Merge branch 'release/debian/5.2-1_exp1'HEADdebian/5.2-1_exp1master
Diffstat (limited to 'src/tc-list.c')
| -rw-r--r-- | src/tc-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tc-list.c b/src/tc-list.c index d31a5c7..abb0944 100644 --- a/src/tc-list.c +++ b/src/tc-list.c @@ -81,7 +81,7 @@ static void l_dump(bool pop) #endif } - printf("Remaining elements: %u\n", strings_ct.items); + printf("Remaining elements: %zu\n", strings_ct.items); } static void l_empty(void) |
