From e31da8532e8deb9daccd203de6d08166be0a9243 Mon Sep 17 00:00:00 2001 From: dominik Date: Wed, 5 Jan 2005 09:59:45 +0000 Subject: (svn r1381) Fix: [ 1095143 ] Servers list now also saves the port --- network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.c b/network.c index 8a522c4af..31b3b09aa 100644 --- a/network.c +++ b/network.c @@ -878,7 +878,7 @@ void NetworkRebuildHostList() NetworkGameList *item = _network_game_list; while (item != NULL && i != lengthof(_network_host_list)) { if (item->manually) - _network_host_list[i++] = strdup(item->info.hostname); + _network_host_list[i++] = str_fmt("%s:%i", item->info.hostname, item->port); item = item->next; } -- cgit v1.2.3-70-g09d2