Browse Source

[Minor] Oops, fix initial value

tags/1.7.9
Vsevolod Stakhov 6 years ago
parent
commit
ee7ea5b902
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libutil/printf.c

+ 1
- 0
src/libutil/printf.c View File

@@ -632,6 +632,7 @@ rspamd_vprintf_common (rspamd_printf_append_func func,
sign = 1;
hex = 0;
b32 = 0;
b64 = 0;
bytes = 0;
humanize = 0;
frac_width = 0;

Loading…
Cancel
Save