X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fquotearg.c;fp=lib%2Fquotearg.c;h=e280e6ec2113ccd6cd08a31b4f07727e5ece585c;hb=d93e239a6a447bb45b77121739015760aad15584;hp=40114d7fbd40afc655b6a54656fe399b7debc719;hpb=35170063f45ccb74210505c198c8c0ab5c532be0;p=gnulib.git diff --git a/lib/quotearg.c b/lib/quotearg.c index 40114d7fb..e280e6ec2 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -626,7 +626,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize, if (! ((backslash_escapes || elide_outer_quotes) && quote_these_too - && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))) + && quote_these_too[c / INT_BITS] >> (c % INT_BITS) & 1) && !is_right_quote) goto store_c;