pipes added

This commit is contained in:
Martin Sustrik
2009-08-27 10:54:28 +02:00
parent aacdb7a454
commit 99c5d92836
21 changed files with 680 additions and 50 deletions

View File

@@ -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;