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:
0dedb61
)
yaz-icu: fix compilation without ICU (disabled)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 16 May 2011 11:38:20 +0000
(13:38 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 16 May 2011 11:38:20 +0000
(13:38 +0200)
Move declaration inside YAZ_HAVE_ICU section.
util/yaz-icu.c
patch
|
blob
|
history
diff --git
a/util/yaz-icu.c
b/util/yaz-icu.c
index
2833109
..
81ca933
100644
(file)
--- a/
util/yaz-icu.c
+++ b/
util/yaz-icu.c
@@
-537,9
+537,9
@@
static void process_text_file(struct config_t *p_config)
int main(int argc, char **argv)
{
+#if YAZ_HAVE_ICU
struct config_t config;
-#if YAZ_HAVE_ICU
read_params(argc, argv, &config);
if (config.conffile && strlen(config.conffile))