From: Adam Dickmeiss Date: Thu, 14 Jan 2010 09:04:02 +0000 (+0100) Subject: Change local var type to size_t X-Git-Tag: v4.0.0~43 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=25939454743eb1f58641b854b32f2235107ba4f2 Change local var type to size_t --- 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) {