projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a3ce4
)
Change local var type to size_t
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 09:04:02 +0000
(10:04 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:25:10 +0000
(12:25 +0100)
src/options.c
patch
|
blob
|
history
diff --git
a/src/options.c
b/src/options.c
index
8490e99
..
88626f8
100644
(file)
--- a/
src/options.c
+++ b/
src/options.c
@@
-15,7
+15,7
@@
#include <yaz/options.h>
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)
{