mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 08:56:06 +01:00
Fix for platforms which don't size void *.
This commit is contained in:
parent
565dc2821f
commit
ebf36bca33
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
+ ((compressor)->input.size - (compressor)->input.offset))
|
||||
|
||||
typedef struct buffer_t {
|
||||
void *data;
|
||||
unsigned char *data;
|
||||
unsigned int size;
|
||||
unsigned int offset;
|
||||
} buffer_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue