X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_int.c;h=d8a37571ff9f7ef85874cc5cb309acbf19e5659d;hp=606f59b543333da01db6a04f96cc9259c4775009;hb=b6aa93dcb5c07ed09b664c006b5f33b0135a0854;hpb=8356ea58313ee1f350226172cf99bfb0b7c5583c diff --git a/src/odr_int.c b/src/odr_int.c index 606f59b..d8a3757 100644 --- a/src/odr_int.c +++ b/src/odr_int.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ /** @@ -35,7 +35,7 @@ int odr_integer(ODR o, Odr_int **p, int opt, const char *name) if (o->direction == ODR_PRINT) { odr_prname(o, name); - odr_printf(o, "%d\n", **p); + odr_printf(o, ODR_INT_PRINTF "\n", **p); return 1; } if (cons)