diff -r c7b586c0ee36 -r 84e0dec5db16 src/client.c --- a/src/client.c Sat Mar 28 14:04:21 2026 +0100 +++ b/src/client.c Sun Mar 29 13:18:40 2026 +0200 @@ -34,7 +34,7 @@ #include #include -static int client_connect(Server *server, char *host, char *port) { +static int client_connect(Server *server, char *host, short port) { if (net_find(server, host, port)) { addstr("Can't find server"); return 1;