diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-22 16:41:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-22 16:41:47 +0000 |
commit | 941ff50d2183999d8f1cbd249b6a892f70091ded (patch) | |
tree | a7ca22ab7df600e746c7fa69aff4926b7fc0294d /src/libtipidee | |
parent | d14c3b75a8cabe4569b899785b2059e96e581227 (diff) | |
download | tipidee-941ff50d2183999d8f1cbd249b6a892f70091ded.tar.xz |
Some fixes (thanks jjk)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libtipidee')
-rw-r--r-- | src/libtipidee/tipidee_log_answer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtipidee/tipidee_log_answer.c b/src/libtipidee/tipidee_log_answer.c index 15dbe46..71c7762 100644 --- a/src/libtipidee/tipidee_log_answer.c +++ b/src/libtipidee/tipidee_log_answer.c @@ -10,7 +10,7 @@ void tipidee_log_answer (uint32_t v, tipidee_rql const *rql, unsigned int status, uint64_t size) { - char const *a[6] = { PROG, ": info:" } ; + char const *a[8] = { PROG, ": info:" } ; size_t m = 2 ; char fmtstatus[UINT_FMT] ; char fmtsize[UINT64_FMT] ; |