From 69b84765ba044fdbf5ea72da3b39f4fa00b6fd0e Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 14 Jan 2020 19:49:14 +0100 Subject: [PATCH] Made the buffer position of the PostScript printer 32-bit as it should have been. --- src/printer/prt_ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printer/prt_ps.c b/src/printer/prt_ps.c index effb2d07e..0c75d914e 100644 --- a/src/printer/prt_ps.c +++ b/src/printer/prt_ps.c @@ -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