aports/testing/gtypist/wchar.patch
2026-04-21 01:24:34 +00:00

12 lines
289 B
Diff

--- a/src/infoview.c
+++ b/src/infoview.c
@@ -171,7 +171,7 @@ int do_beginner_infoview()
int numUsableLines, numMsgLines, i, j;
int width, height, xOffset, yOffset;
int firstLine, lastLine, msgLen;
- wchar_t ch;
+ int ch;
msg = strdup(constMsg);
msgLen = strlen( msg );