Changed the buffer position on the PostScript printer to size_t.

This commit is contained in:
OBattler
2020-01-14 20:06:51 +01:00
parent 2d46b87088
commit 8d1daf602f

View File

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