1
0

Temporary fix for Linux compilation. (gcc won't accept a function call in global var initialization)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@241 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-02-07 21:04:37 +00:00
parent b7d524423c
commit 5c8d7a75bf

View File

@ -16,7 +16,7 @@
unsigned long cSocket::INTERNET_ADDRESS_LOCALHOST = htonl((127 << 24) | 1);
unsigned long cSocket::INTERNET_ADDRESS_LOCALHOST = 127; // TODO: Linux won't accept this: htonl((127 << 24) | 1);