X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8434f2222ee028206633ecee9d2336103414b53c..500bbfcd816776d0ddbf3555fedd41b529c405b3:/lib/quotearg.c diff --git a/lib/quotearg.c b/lib/quotearg.c index 79929e7c..750426c2 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -330,8 +330,8 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize, case '<': case '=': case '>': /* Escape the second '?' in what would otherwise be a trigraph. */ - i += 2; c = arg[i + 2]; + i += 2; STORE ('?'); STORE ('\\'); STORE ('?');