man am I slow today

This commit is contained in:
Felix von Leitner 2003-09-24 23:32:42 +00:00
parent 21b86126f7
commit c81c148631
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
void iob_reset(io_batch* b) {
array_reset(&b->b);
byte_zero(&b,sizeof(*b));
byte_zero(b,sizeof(*b));
}