X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_int.c;h=ba35c9d5567f01ea9f4854b31d28589ad3ef720c;hp=606f59b543333da01db6a04f96cc9259c4775009;hb=ce627148dbba2878565b8d9da33f6b25f33da4bd;hpb=8356ea58313ee1f350226172cf99bfb0b7c5583c diff --git a/src/odr_int.c b/src/odr_int.c index 606f59b..ba35c9d 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) 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)