X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fprintf-args.c;h=0ed1acbb8d4e0b10aa020d7e7b96901740d58e42;hb=c4f00b7d32160f83e4fb811c6584e8f4e48dfa2e;hp=6972cfd42ec3887c4d321f985f919625ddb98957;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/printf-args.c b/lib/printf-args.c index 6972cfd42..0ed1acbb8 100644 --- a/lib/printf-args.c +++ b/lib/printf-args.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H # include @@ -28,7 +28,7 @@ STATIC int printf_fetchargs (va_list args, arguments *a) { - unsigned int i; + size_t i; argument *ap; for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++)