X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Finitopt.c;h=e4a2292458694e4638beb381a65ec4300169b3a0;hb=d578239b6183460779d9d34d4feeff3129dcab68;hp=994dec1f02cf9524035fc8d21e763015c89ccb2c;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755;p=yaz-moved-to-github.git diff --git a/src/initopt.c b/src/initopt.c index 994dec1..e4a2292 100644 --- a/src/initopt.c +++ b/src/initopt.c @@ -50,7 +50,7 @@ int yaz_init_opt_encode(Z_Options *opt, const char *opt_str, int *error_pos) while (*cp) { char this_opt[42]; - int i, j; + size_t i, j; if (*cp == ' ' || *cp == ',') { cp++;