X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmarcdisp.c;h=32718898f7817e4f5c2ee2906b5b7947efa68ab2;hp=cb34ddec86305de3a05442f8f563b95bde2cd624;hb=f36abe0a776fa52b972a3fec1b46b94e26814f22;hpb=473824797f568578dc17d7242551cb2f7ccef46c diff --git a/src/marcdisp.c b/src/marcdisp.c index cb34dde..3271889 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -257,7 +257,7 @@ static int element_name_append_attribute_value( /* TODO Map special codes to something possible for XML ELEMENT names */ int encode = 0; - int index = 0; + size_t index = 0; int success = 0; for (index = 0; index < code_len; index++) {