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:
bfdd572
)
Reset count/start after running show
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 23 Feb 2003 15:24:27 +0000
(15:24 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 23 Feb 2003 15:24:27 +0000
(15:24 +0000)
zoom/zoomsh.c
patch
|
blob
|
history
diff --git
a/zoom/zoomsh.c
b/zoom/zoomsh.c
index
fb538f3
..
d61919d
100644
(file)
--- a/
zoom/zoomsh.c
+++ b/
zoom/zoomsh.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoomsh.c,v 1.15 2003-02-17 21:23:31 adam Exp $
+ * $Id: zoomsh.c,v 1.16 2003-02-23 15:24:27 adam Exp $
*
* ZOOM-C Shell
*/
@@
-185,6
+185,8
@@
static void cmd_show (ZOOM_connection *c, ZOOM_resultset *r,
display_records (c[i], r[i], start, count);
}
}
+ ZOOM_options_set (options, "count", "0");
+ ZOOM_options_set (options, "start", "0");
}
static void cmd_ext (ZOOM_connection *c, ZOOM_resultset *r,