diff options
Diffstat (limited to 'src/pklib/pklib.h')
-rw-r--r-- | src/pklib/pklib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h index b7fb8d4..e8b939b 100644 --- a/src/pklib/pklib.h +++ b/src/pklib/pklib.h @@ -118,7 +118,7 @@ typedef struct unsigned int (*read_buf)(char *buf, unsigned int *size, void *param); // Pointer to function that reads data from the input stream void (*write_buf)(char *buf, unsigned int *size, void *param);// Pointer to function that writes data to the output stream - unsigned char out_buff[0x2204]; // 0030: Output circle buffer. + unsigned char out_buff[BUFF_SIZE]; // 0030: Output circle buffer. // 0x0000 - 0x0FFF: Previous uncompressed data, kept for repetitions // 0x1000 - 0x1FFF: Currently decompressed data // 0x2000 - 0x2203: Reserve space for the longest possible repetition |