changeset 329:0fa9d39df928

Remove redundant check.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2016 12:54:26 +0200
parents 0146aa9a9524
children b2c4b0b4d44f
files th_string.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Tue Feb 23 12:43:53 2016 +0200
+++ b/th_string.c	Tue Feb 23 12:54:26 2016 +0200
@@ -318,8 +318,6 @@
                 f_prec = 0;
                 while (th_isdigit(*fmt))
                     f_prec = f_prec * 10 + (*fmt++ - '0');
-
-                f_flags &= ~ TH_PF_ZERO;
             }
 
             // Check for length modifiers (NOT SUPPORTED CURRENTLY)