X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fquotearg.c;h=8aa2ed5fc49e27cf2280a1515e51931340f00e14;hb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;hp=9c0648f6bd657f66ab020198d3bab42303acf758;hpb=eb3ba7cb06fdd0f8627b8f117d8453e297e18b64;p=debian%2Ftar diff --git a/gnu/quotearg.c b/gnu/quotearg.c index 9c0648f6..8aa2ed5f 100644 --- a/gnu/quotearg.c +++ b/gnu/quotearg.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* quotearg.c - quote arguments for output - Copyright (C) 1998-2002, 2004-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2002, 2004-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -628,7 +628,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;