about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index d5fd88c00..1de3d9578 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -5389,7 +5389,7 @@ quotestring(const char *s, char **e, int instring)
 	 * it is placeholding for the empty string?
 	 */
 	if (inull(*u))
-	    *u++;
+	    u++;
 	/*
 	 * As we test for printability here we need to be able
 	 * to look for multibyte characters.