From 596f9e22e1d802270b1ff2429e7806ddc3bc2f02 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Aug 2004 22:54:36 +0000 Subject: [PATCH] (version_etc_va): Use size_t for sizes. --- lib/version-etc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version-etc.c b/lib/version-etc.c index 7523b087b2..fd71eff93f 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -46,7 +46,7 @@ version_etc_va (FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) { - unsigned int n_authors; + size_t n_authors; /* Count the number of authors. */ { -- 2.47.2