From 25939454743eb1f58641b854b32f2235107ba4f2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Jan 2010 10:04:02 +0100 Subject: [PATCH] Change local var type to size_t --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 8490e99..88626f8 100644 --- a/src/options.c +++ b/src/options.c @@ -15,7 +15,7 @@ #include static int arg_no = 1; -static int arg_off = 0; +static size_t arg_off = 0; int options (const char *desc, char **argv, int argc, char **arg) { -- 1.7.10.4