src/client.c

changeset 92
84e0dec5db16
parent 83
ead00609e5e6
child 94
864f59271974
--- 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;

mercurial