mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Changed the buffer position on the PostScript printer to size_t.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user