diff --git a/book.c b/book.c index f0d0f56..9fc559a 100644 --- a/book.c +++ b/book.c @@ -101,7 +101,7 @@ static char* book_read(EB_Book* book, EB_Hookset* hookset, const EB_Position* po return NULL; } - char data[1024] = {}; + char data[10240] = {}; ssize_t data_length = 0; EB_Error_Code error;