--- 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 <ncurses.h> #include <stdlib.h> -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;