changeset 278:a6088507317b

Comment out case '%', it's superfluous here.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 22 Feb 2016 11:48:23 +0200
parents 7450d744e633
children 15e2ee6c7bfc
files th_string.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Mon Feb 22 11:47:54 2016 +0200
+++ b/th_string.c	Mon Feb 22 11:48:23 2016 +0200
@@ -351,7 +351,7 @@
                         goto out;
                     break;
 
-                case '%':
+                //case '%':
                 default:
                     if ((ret = vputch(ctx, *fmt)) == EOF)
                         goto out;