mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-16 18:17:15 +02:00
12 lines
289 B
Diff
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 );
|