diff --git a/src/ringbuffer/rb_read.c b/src/ringbuffer/rb_read.c index 4359963..18c3d7f 100644 --- a/src/ringbuffer/rb_read.c +++ b/src/ringbuffer/rb_read.c @@ -19,7 +19,7 @@ rbRead(Ringbuffer this, int fd) switch (rrsize) { case 0: - rsize = -2; + rrsize = -2; case -1: break;