From dc02039e446f90323b295cd78b7993617beafd7e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Oct 2011 23:00:47 +0000 Subject: Fix ZixRing error when reading split/wrapped messages. Use a non-power-of-two message size in ZixRing test to test this. git-svn-id: http://svn.drobilla.net/zix/trunk@43 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- test/ring_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ring_test.c b/test/ring_test.c index ede0bac..7cde650 100644 --- a/test/ring_test.c +++ b/test/ring_test.c @@ -23,7 +23,7 @@ #include "zix/ring.h" -#define MSG_SIZE 4 +#define MSG_SIZE 20 ZixRing* ring = 0; size_t n_writes = 0; -- cgit v1.2.1