Commit 11fba2b8 authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed compile errors in test_stream

parent 92c4decb
......@@ -195,7 +195,7 @@ test_stream_to_dealer (void)
assert (memcmp (buffer, "World", 5) == 0);
// Test large messages over STREAM socket
int size = 64000;
# define size 64000
uint8_t msgout [size];
memset (msgout, 0xAB, size);
zmq_send (dealer, msgout, size, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment