X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcql2pqf.c;h=086d4bf433936a16290f291dc934b39ccf8fb201;hb=4e82b831a8ac31e25b246a631acde354d8161688;hp=02a0bc51cede62c317437da3e003c1fe9784e005;hpb=fa1dff894130765cb4a8fed41c42fc7125702c9c;p=yaz-moved-to-github.git diff --git a/util/cql2pqf.c b/util/cql2pqf.c index 02a0bc5..086d4bf 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,5 +1,5 @@ -/* $Id: cql2pqf.c,v 1.4 2004-03-16 13:22:16 adam Exp $ - Copyright (C) 2002-2004 +/* $Id: cql2pqf.c,v 1.6 2005-01-15 19:47:15 adam Exp $ + Copyright (C) 1995-2005, Index Data ApS Index Data Aps This file is part of the YAZ toolkit. @@ -22,7 +22,7 @@ static void usage() int main(int argc, char **argv) { cql_transform_t ct; - int r; + int r = 0; int i, iterations = 1; CQL_parser cp = cql_parser_create(); char *query = 0;