X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestclient.c;h=6ad9f9faf5c60e512ec0bafe9d7da7e3a1427c20;hb=899c6e872ce56a69bca11f9f0f2ca3147d0be852;hp=4ac8e08548b6164a1eedf55fbe3f39ef8bce61e5;hpb=be6f4de56d3ab4fd49fbea540afe2580b947cded;p=idzebra-moved-to-github.git diff --git a/test/api/testclient.c b/test/api/testclient.c index 4ac8e08..6ad9f9f 100644 --- 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);