X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fcql2pqf.c;h=eec4767ea9e6e4f41b799e27071142179ca4eaac;hp=1ea16e670ac07851d74e00872c48eb46f704469b;hb=b696a59e5609651787b64b953b581a3ceb263f14;hpb=9b685bd3c014fd6b68c8a3018290aaa8c6a1d518 diff --git a/util/cql2pqf.c b/util/cql2pqf.c index 1ea16e6..eec4767 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -27,7 +27,7 @@ int main(int argc, char **argv) char *query = 0; char *fname = 0; int reverse = 0; - int verbose = 1; + int verbose = 0; int do_strict = 0; int ret;