From 11723c40b2af93baab87868853f42ce0f17c364b Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 3 Apr 2009 11:02:41 +0000 Subject: (svn r15926) -Codechange: make the broadcast IP list less AF dependent. --- src/network/network_gamelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_gamelist.cpp') diff --git a/src/network/network_gamelist.cpp b/src/network/network_gamelist.cpp index 2dd36fa51..3f1db60b3 100644 --- a/src/network/network_gamelist.cpp +++ b/src/network/network_gamelist.cpp @@ -60,7 +60,7 @@ static void NetworkGameListHandleDelayedInsert() /** Add a new item to the linked gamelist. If the IP and Port match * return the existing item instead of adding it again - * @param ip the IP-address (inet_addr) of the to-be added item + * @param address the address of the to-be added item * @param port the port the server is running on * @return a point to the newly added or already existing item */ NetworkGameList *NetworkGameListAddItem(NetworkAddress address) -- cgit v1.2.3-54-g00ecf