From 99c5d9283622a0b37ee80f83ff4875c059fc5990 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 27 Aug 2009 10:54:28 +0200 Subject: pipes added --- src/yqueue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yqueue.hpp') diff --git a/src/yqueue.hpp b/src/yqueue.hpp index 0686f07..f20ac4c 100644 --- a/src/yqueue.hpp +++ b/src/yqueue.hpp @@ -88,7 +88,7 @@ namespace zmq back_chunk = end_chunk; back_pos = end_pos; - if (++ end_pos != N) + if (++end_pos != N) return; end_chunk->next = new chunk_t; -- cgit v1.2.3