get rid of more -Wconversion warnings

This commit is contained in:
leitner
2014-03-14 19:42:54 +00:00
parent f7fee036c1
commit 4a04c40595
58 changed files with 238 additions and 160 deletions

View File

@@ -8,6 +8,6 @@ void buffer_init(buffer* b,ssize_t (*op)(),int fd,
b->a=ylen;
b->p=0;
b->n=0;
b->todo=NOTHING;
b->cookie=0;
b->deinit=0;
}