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:
3c03c66
)
Disabled read_iso5426s because it is not in use
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 11:55:30 +0000
(12:55 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 11:55:30 +0000
(12:55 +0100)
src/iconv_decode_iso5426.c
patch
|
blob
|
history
diff --git
a/src/iconv_decode_iso5426.c
b/src/iconv_decode_iso5426.c
index
0bef7a7
..
0623bac
100644
(file)
--- a/
src/iconv_decode_iso5426.c
+++ b/
src/iconv_decode_iso5426.c
@@
-110,6
+110,8
@@
static unsigned long read_iso5426(yaz_iconv_t cd, yaz_iconv_decoder_t d,
return x;
}
+#if 0
+/* not used */
static unsigned long read_iso5426s(yaz_iconv_t cd, yaz_iconv_decoder_t d,
unsigned char *inp,
size_t inbytesleft, size_t *no_read)
@@
-126,6
+128,7
@@
static unsigned long read_iso5426s(yaz_iconv_t cd, yaz_iconv_decoder_t d,
}
return x;
}
+#endif
static unsigned long yaz_read_iso5426_comb(yaz_iconv_t cd,
struct decoder_data *data,