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:
e8d17b7
)
Fix warning
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 May 2002 19:39:57 +0000
(19:39 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 May 2002 19:39:57 +0000
(19:39 +0000)
zoom/zoom-c.c
patch
|
blob
|
history
diff --git
a/zoom/zoom-c.c
b/zoom/zoom-c.c
index
f2f5be7
..
27ae6f9
100644
(file)
--- a/
zoom/zoom-c.c
+++ b/
zoom/zoom-c.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoom-c.c,v 1.31 2002-05-20 09:13:39 oleg Exp $
+ * $Id: zoom-c.c,v 1.32 2002-05-21 19:39:57 adam Exp $
*
* ZOOM layer for C, connections, result sets, queries.
*/
@@
-729,7
+729,7
@@
static int ZOOM_connection_send_init (ZOOM_connection c)
yaz_oi_APDU(apdu, &oi);
- if (oi_unit = yaz_oi_update(oi, c->odr_out, NULL, 0, 0))
+ if ((oi_unit = yaz_oi_update(oi, c->odr_out, NULL, 0, 0)))
{
ODR_MASK_SET(ireq->options, Z_Options_negotiationModel);