diff options
Diffstat (limited to 'common/argv.c')
-rw-r--r-- | common/argv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/argv.c b/common/argv.c index 6d91bfa..541730c 100644 --- a/common/argv.c +++ b/common/argv.c @@ -66,7 +66,7 @@ p11_argv_parse (const char *string, /* Inside of quotes */ } else if (quote != '\0') { if (*src == '\\') { - *at++ = *src++; + src++; if (!*src) { ret = false; goto done; |