From: Bruno Haible Date: Mon, 4 Mar 2002 12:15:06 +0000 (+0000) Subject: Comments. X-Git-Tag: v0.11.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5659e292d8bb326eeb7962eb5ffe76234c51cbe;p=thirdparty%2Fgettext.git Comments. --- diff --git a/src/format-c.c b/src/format-c.c index b4a8b5856..04deaff1e 100644 --- a/src/format-c.c +++ b/src/format-c.c @@ -1,5 +1,5 @@ /* C format strings. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001-2002 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -54,7 +54,9 @@ - 'p', that needs a 'void *' argument, - 'n', that needs a pointer to integer. Numbered ('%m$' or '*m$') and unnumbered argument specifications cannot - be used in the same string. + be used in the same string. When numbered argument specifications are + used, specifying the Nth argument requires that all the leading arguments, + from the first to the (N-1)th, are specified in the format string. */ enum format_arg_type