mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-07 11:41:16 +02:00
cf. 36554: remove unnecessary pointer dereference
This commit is contained in:
parent
18d82a6c40
commit
07796811b0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue