summaryrefslogtreecommitdiff
path: root/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'datatypes.h')
-rw-r--r--datatypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datatypes.h b/datatypes.h
index 36d018b..1168ec6 100644
--- a/datatypes.h
+++ b/datatypes.h
@@ -42,7 +42,7 @@ typedef struct buffer_struct buffer_t;
struct read_buffer_struct {
u_int32_t offset;
- u_int8_t buf[100];
+ u_int8_t buf[1024];
};
typedef struct read_buffer_struct read_buffer_t;