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:
5066a2c
)
Fix type of len
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jan 2003 22:28:18 +0000
(22:28 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jan 2003 22:28:18 +0000
(22:28 +0000)
test/testclient.c
patch
|
blob
|
history
diff --git
a/test/testclient.c
b/test/testclient.c
index
e40b97a
..
1e9762f
100644
(file)
--- a/
test/testclient.c
+++ b/
test/testclient.c
@@
-1,5
+1,5
@@
/*
- * $Id: testclient.c,v 1.8 2002-12-10 12:54:24 adam Exp $
+ * $Id: testclient.c,v 1.9 2003-01-13 22:28:18 adam Exp $
*
* Z39.50 client specifically for Zebra testing.
*/
@@
-105,7
+105,7
@@
int main(int argc, char **argv)
ZOOM_resultset_option_set(r, "preferredRecordSyntax", format);
for (pos = 0; pos < retrieve_number; pos++)
{
- size_t len;
+ int len;
const char *rec =
ZOOM_record_get(
ZOOM_resultset_record(r, pos + retrieve_offset),