Commit 45b4b354bab05f8c7b3ac3d3327d904109b43658

Authored by Georg Hopp
1 parent 6cd673b4

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

Showing 1 changed file with 1 additions and 1 deletions
@@ -19,7 +19,7 @@ rbRead(Ringbuffer this, int fd) @@ -19,7 +19,7 @@ rbRead(Ringbuffer this, int fd)
19 19
20 switch (rrsize) { 20 switch (rrsize) {
21 case 0: 21 case 0:
22 - rsize = -2; 22 + rrsize = -2;
23 23
24 case -1: 24 case -1:
25 break; 25 break;
Please register or login to post a comment