man am I slow today

This commit is contained in:
leitner 2003-09-24 23:32:42 +00:00
parent c574ab3641
commit 1de7812da2

View File

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