From 65584e65c2b3b76e16c2ff984975a44813cf5353 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Feb 2005 11:23:18 +0000 Subject: [PATCH] Avoid ANSI inline declaration --- src/siconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/siconv.c b/src/siconv.c index 479481c..f9ba044 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: siconv.c,v 1.10 2005-02-02 23:26:38 adam Exp $ + * $Id: siconv.c,v 1.11 2005-02-07 11:23:18 adam Exp $ */ /** * \file siconv.c @@ -313,8 +313,8 @@ static unsigned long yaz_read_marc8_comb (yaz_iconv_t cd, unsigned char *inp, else { unsigned long x; - *comb = 0; size_t no_read_sub = 0; + *comb = 0; switch(cd->marc8_esc_mode) { -- 1.7.10.4