Browse Source

fix inf loop. @TODO: This whole handling has to be cleaned.

master
Georg Hopp 14 years ago
parent
commit
45b4b354ba
  1. 2
      src/ringbuffer/rb_read.c

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

Loading…
Cancel
Save