projects
/
yaz-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:
d34b7eb
)
Fix compilation error
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 24 Oct 2006 09:53:42 +0000
(09:53 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 24 Oct 2006 09:53:42 +0000
(09:53 +0000)
zoom/zoomtst10.c
patch
|
blob
|
history
diff --git
a/zoom/zoomtst10.c
b/zoom/zoomtst10.c
index
1ea14dd
..
c79b5ea
100644
(file)
--- a/
zoom/zoomtst10.c
+++ b/
zoom/zoomtst10.c
@@
-1,4
+1,4
@@
-/* $Id: zoomtst10.c,v 1.2 2006-10-24 08:26:25 adam Exp $ */
+/* $Id: zoomtst10.c,v 1.3 2006-10-24 09:53:42 adam Exp $ */
/** \file zoomtst10.c
\brief Synchronous single-target search using CCL conversion
@@
-22,7
+22,7
@@
int main(int argc, char **argv)
if (argc != 3)
{
fprintf (stderr, "usage:\n%s target cclquery\n", *argv);
- fprintf (stderr, " eg. bagel.indexdata.dk/gils "ti=utah"\n");
+ fprintf (stderr, " eg. bagel.indexdata.dk/gils \"ti=utah\"\n");
exit (1);
}