# HG changeset patch # User Matti Hamalainen # Date 1577762417 -7200 # Node ID 15a51252b73a26a439a71cdec61e4d7158d131a7 # Parent 4bec78f45188dcc02aef94541f33ff680751a015 Adjust to fit th-libs API change for th_vprintf_altfmt_func. diff -r 4bec78f45188 -r 15a51252b73a sidinfo.c --- 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;