X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmarcdisp.c;h=32718898f7817e4f5c2ee2906b5b7947efa68ab2;hb=9fc22b417210e4c3fa2c8bf3b005cbf74f3c4c03;hp=b3b253e520f777d2f31bc4fdad4ed8d3f4e5be44;hpb=1ecf21b0324959e62628807d5df217d7a761730b;p=yaz-moved-to-github.git diff --git a/src/marcdisp.c b/src/marcdisp.c index b3b253e..3271889 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -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++) {