X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fprintf-parse.c;fp=lib%2Fprintf-parse.c;h=23cacc1dababc7348f0db19dba20c0374117b273;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=308a1755b1a1ae98a03b1712940224b36e6dc784;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/printf-parse.c b/lib/printf-parse.c index 308a175..23cacc1 100644 --- a/lib/printf-parse.c +++ b/lib/printf-parse.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999-2000, 2002-2003, 2006-2012 Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002-2003, 2006-2013 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 @@ -401,7 +401,7 @@ PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) cp++; } #if defined __APPLE__ && defined __MACH__ - /* On MacOS X 10.3, PRIdMAX is defined as "qd". + /* On Mac OS X 10.3, PRIdMAX is defined as "qd". We cannot change it to "lld" because PRIdMAX must also be understood by the system's printf routines. */ else if (*cp == 'q')