changeset 384:20716f7e5d86

Add missing debug variable.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 11:51:02 +0200
parents 39464ba52032
children 65c42f8b39e0
files th_string.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Thu Mar 03 11:45:48 2016 +0200
+++ b/th_string.c	Thu Mar 03 11:51:02 2016 +0200
@@ -202,6 +202,9 @@
     int f_len = 0, ret = 0, vret, nwidth;
     char f_sign, *f_altstr;
     BOOL f_neg = FALSE;
+#ifdef TH_PRINTF_DEBUG
+    char *reg = NULL;
+#endif
 
     if (f_flags & TH_PF_LONGLONG)
     {