changeset 225:15a51252b73a

Adjust to fit th-libs API change for th_vprintf_altfmt_func.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 31 Dec 2019 05:20:17 +0200
parents 4bec78f45188
children c32015f4969e
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Fri Dec 27 12:45:57 2019 +0200
+++ b/sidinfo.c	Tue Dec 31 05:20:17 2019 +0200
@@ -388,7 +388,7 @@
 
 int siItemFormatStrPutInt(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
     const int value, const int f_radix, int f_flags, int f_width, int f_prec,
-    const BOOL f_unsig, char *(f_alt)(const char *buf, const size_t blen, const int vret, const int flags))
+    const BOOL f_unsig, th_vprintf_altfmt_func f_alt)
 {
     char buf[64];
     int f_len = 0, vret;