From 07796811b03f58f2f143cd2860c67c9896c71acb Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 19 Sep 2015 09:34:05 -0700 Subject: cf. 36554: remove unnecessary pointer dereference --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1