fixed length return
This commit is contained in:
parent
7895eb3b2a
commit
9d8f55fca3
@ -10,5 +10,5 @@ int buffer_feed(buffer* b) {
|
||||
b->n=w;
|
||||
b->p=0;
|
||||
}
|
||||
return b->n;
|
||||
return (b->n-b->p);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user