summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-01-29 13:43:35 +0000
committerPatrick McHardy <kaber@trash.net>2008-01-29 13:43:35 +0000
commitb4ef34f5be162ffcfe53f5f5fa93541691161580 (patch)
treeca8fdba92a6c08063d110cd6c9011d0d2f2c5083 /iptables-restore.c
parent5b76f682f722bebc2f0616fca4600eee2c08dfe2 (diff)
use size_t
Max Kellermann <max@duempel.org>
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index dc82f1dd..ade1a2fe 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;