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:
81b54a1
)
Use displayTerm in zoomsh
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Jan 2004 12:10:44 +0000
(12:10 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Jan 2004 12:10:44 +0000
(12:10 +0000)
zoom/zoomsh.c
patch
|
blob
|
history
diff --git
a/zoom/zoomsh.c
b/zoom/zoomsh.c
index
20894e0
..
342e546
100644
(file)
--- a/
zoom/zoomsh.c
+++ b/
zoom/zoomsh.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoomsh.c,v 1.24 2003-11-25 23:19:59 adam Exp $
+ * $Id: zoomsh.c,v 1.25 2004-01-12 12:10:44 adam Exp $
*
* ZOOM-C Shell
*/
@@
-355,7
+355,8
@@
static void cmd_scan (ZOOM_connection *c, ZOOM_resultset *r,
{
int occ = 0;
int len = 0;
- const char *term = ZOOM_scanset_term(s[i], p, &occ, &len);
+ const char *term = ZOOM_scanset_display_term(s[i], p,
+ &occ, &len);
fwrite(term, 1, len, stdout);
printf (" %d\n", occ);
}