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:
5c5f9a6
)
Boolrean and rather than bitwise and
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 16 Sep 2005 07:05:46 +0000
(07:05 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 16 Sep 2005 07:05:46 +0000
(07:05 +0000)
zoom/zoom-benchmark.c
patch
|
blob
|
history
diff --git
a/zoom/zoom-benchmark.c
b/zoom/zoom-benchmark.c
index
a73800c
..
5a0517c
100644
(file)
--- a/
zoom/zoom-benchmark.c
+++ b/
zoom/zoom-benchmark.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoom-benchmark.c,v 1.6 2005-09-15 20:51:16 marc Exp $
+ * $Id: zoom-benchmark.c,v 1.7 2005-09-16 07:05:46 adam Exp $
*
* Asynchronous multi-target client doing search and piggyback retrieval
*/
@@
-216,7
+216,7
@@
int main(int argc, char **argv)
int error = 0;
int progress = zoom_progress[event];
- if (event == ZOOM_EVENT_SEND_DATA | event == ZOOM_EVENT_RECV_DATA)
+ if (event == ZOOM_EVENT_SEND_DATA || event == ZOOM_EVENT_RECV_DATA)
continue;