From 17e5b897e9fc58f1f5fc5949c48e6aad7b489634 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 29 Jan 2008 13:43:35 +0000 Subject: [PATCH]: use size_t Max Kellermann --- iptables-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables-restore.c') diff --git a/iptables-restore.c b/iptables-restore.c index dc82f1d..ade1a2f 100644 --- a/iptables-restore.c +++ b/iptables-restore.c @@ -320,7 +320,7 @@ main(int argc, char *argv[]) /* the parser */ char *curchar; int quote_open; - int param_len; + size_t param_len; /* reset the newargv */ newargc = 0; -- cgit v1.2.3