diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/utils.c | 2 |
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. |