projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e728acf
)
Avoid ANSI inline declaration
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Feb 2005 11:23:18 +0000
(11:23 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Feb 2005 11:23:18 +0000
(11:23 +0000)
src/siconv.c
patch
|
blob
|
history
diff --git
a/src/siconv.c
b/src/siconv.c
index
479481c
..
f9ba044
100644
(file)
--- 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)
{