projects
/
idzebra-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:
be6f4de
)
Check for missing query in testclient
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 5 Jul 2006 15:43:59 +0000
(15:43 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 5 Jul 2006 15:43:59 +0000
(15:43 +0000)
test/api/testclient.c
patch
|
blob
|
history
diff --git
a/test/api/testclient.c
b/test/api/testclient.c
index
4ac8e08
..
6ad9f9f
100644
(file)
--- a/
test/api/testclient.c
+++ b/
test/api/testclient.c
@@
-1,5
+1,5
@@
/*
- * $Id: testclient.c,v 1.4 2006-06-13 20:04:38 adam Exp $
+ * $Id: testclient.c,v 1.5 2006-07-05 15:43:59 adam Exp $
*
* Z39.50 client specifically for Zebra testing.
*/
@@
-68,7
+68,7
@@
int main(int argc, char **argv)
}
}
- if (!target || !target)
+ if (!target || !query)
{
printf ("%s: missing target/query\n", prog);
printf ("usage:\n%s [options] target query \n", prog);