openbsd-ports/graphics/xfig/patches/patch-src_d_text_c
2022-03-11 19:22:04 +00:00

13 lines
289 B
Plaintext

Index: src/d_text.c
--- src/d_text.c.orig
+++ src/d_text.c
@@ -2166,7 +2166,7 @@ static void
paste_preedit_proc(int x, int y)
{
FILE *fp;
- char ch;
+ int ch;
if (!is_preedit_running()) {
open_preedit_proc(x, y);
} else if ((fp = fopen(preedit_filename, "r")) != NULL) {