X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fquotearg.c;h=9f916592f6c25455f398cd5b293a6ab636d6bfb2;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=8aa2ed5fc49e27cf2280a1515e51931340f00e14;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/gnu/quotearg.c b/gnu/quotearg.c index 8aa2ed5f..9f916592 100644 --- a/gnu/quotearg.c +++ b/gnu/quotearg.c @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* quotearg.c - quote arguments for output - Copyright (C) 1998-2002, 2004-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2002, 2004-2015 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 @@ -180,7 +178,7 @@ set_custom_quoting (struct quoting_options *o, static struct quoting_options /* NOT PURE!! */ quoting_options_from_style (enum quoting_style style) { - struct quoting_options o = { 0, 0, { 0 }, NULL, NULL }; + struct quoting_options o = { literal_quoting_style, 0, { 0 }, NULL, NULL }; if (style == custom_quoting_style) abort (); o.style = style;