From 35714623860dd8ba20412c4cfbcf3a1a7ce89af8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Sep 2012 14:45:03 +0200 Subject: [PATCH] Actually obey option -w dir Never worked in any Pazpar2 release. Thanks to Sven Porst for spotting that one. --- src/pazpar2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pazpar2.c b/src/pazpar2.c index 0d441b2..f1a24bc 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -118,7 +118,7 @@ static int sc_main( yaz_log_init_prefix("pazpar2"); yaz_log_xml_errors(0, YLOG_WARN); - while ((ret = options("dDf:h:l:p:R:tu:v:VX", argv, argc, &arg)) != -2) + while ((ret = options("dDf:h:l:p:R:tu:v:Vw:X", argv, argc, &arg)) != -2) { switch (ret) { -- 1.7.10.4