mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
pipes added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user