mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix for platforms which don't size void *.
This commit is contained in:
parent
565dc2821f
commit
ebf36bca33
@ -21,7 +21,7 @@
|
|||||||
+ ((compressor)->input.size - (compressor)->input.offset))
|
+ ((compressor)->input.size - (compressor)->input.offset))
|
||||||
|
|
||||||
typedef struct buffer_t {
|
typedef struct buffer_t {
|
||||||
void *data;
|
unsigned char *data;
|
||||||
unsigned int size;
|
unsigned int size;
|
||||||
unsigned int offset;
|
unsigned int offset;
|
||||||
} buffer_t;
|
} buffer_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user