Made the buffer position of the PostScript printer 32-bit as it should have been.

This commit is contained in:
OBattler
2020-01-14 19:49:14 +01:00
parent ad47659fd6
commit 69b84765ba

View File

@@ -86,7 +86,7 @@ typedef struct
wchar_t filename[260];
char buffer[POSTSCRIPT_BUFFER_LENGTH];
uint16_t buffer_pos;
uint32_t buffer_pos;
} ps_t;
static void