changeset 452:4471eadea472

Oops, forgot to rename th_printf_altfmt_* from the header file.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 22:32:07 +0300
parents db45d6d2e576
children efd33accdc81 c7f457ac013d
files th_string.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.h	Wed Oct 25 22:20:21 2017 +0300
+++ b/th_string.h	Wed Oct 25 22:32:07 2017 +0300
@@ -128,8 +128,9 @@
         char *buf, int f_flags, int f_width, int f_prec, int f_len, int vret,
         BOOL f_neg, BOOL f_unsig, char *(f_alt)(const char *buf, const size_t blen, const int vret, const int flags));
 
-char *  th_printf_altfmt_oct(const char *buf, const size_t len, const int vret, const int flags);
-char *  th_printf_altfmt_hex(const char *buf, const size_t len, const int vret, const int flags);
+char *  th_vprintf_altfmt_oct(const char *buf, const size_t len, const int vret, const int flags);
+char *  th_vprintf_altfmt_hex(const char *buf, const size_t len, const int vret, const int flags);
+
 
 #define TH_PFUNC_NAME th_vprintf_buf_int
 #define TH_PFUNC_TYPE_S int