mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 20:12:26 +00:00
b0addb3ed2
%ci:no-build
14 lines
321 B
Diff
14 lines
321 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/src/menu/netplay.c
|
|
+++ b/src/menu/netplay.c
|
|
@@ -17,7 +17,7 @@
|
|
|
|
static int cursor = -1;
|
|
|
|
-static init_field(char *str, const char *val, int maxlen)
|
|
+static int init_field(char *str, const char *val, int maxlen)
|
|
{
|
|
memset(str, ' ', maxlen+1);
|
|
if (val) {
|