Made the buffer position of the PostScript printer 32-bit as it should have been.
This commit is contained in:
@@ -86,7 +86,7 @@ typedef struct
|
|||||||
wchar_t filename[260];
|
wchar_t filename[260];
|
||||||
|
|
||||||
char buffer[POSTSCRIPT_BUFFER_LENGTH];
|
char buffer[POSTSCRIPT_BUFFER_LENGTH];
|
||||||
uint16_t buffer_pos;
|
uint32_t buffer_pos;
|
||||||
} ps_t;
|
} ps_t;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user