aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 21:57:03 +1000
committerDavid Walter Seikel2013-01-13 21:57:03 +1000
commit891b01d7f20f75a72390a3f9f642475310d4fe14 (patch)
treeaf8444cdc8700e5b92a827ee06ea9d27a84abb2c /LuaSL
parentAdd extantz into the build and test framework. (diff)
downloadSledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.zip
SledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.tar.gz
SledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.tar.bz2
SledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.tar.xz
How did that ever work? lol
Diffstat (limited to 'LuaSL')
-rw-r--r--LuaSL/src/LuaSL_main.c2
-rw-r--r--LuaSL/src/LuaSL_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index f15ae4a..d6ccc14 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
223 int result = EXIT_FAILURE; 223 int result = EXIT_FAILURE;
224 224
225 memset(&game, 0, sizeof(gameGlobals)); 225 memset(&game, 0, sizeof(gameGlobals));
226 game.address = "127.0.01"; 226 game.address = "127.0.0.1";
227 game.port = 8211; 227 game.port = 8211;
228 228
229 if (eina_init()) 229 if (eina_init())
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index 463ae3b..69cbf2c 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -307,7 +307,7 @@ int main(int argc, char **argv)
307 int result = EXIT_FAILURE; 307 int result = EXIT_FAILURE;
308 308
309 memset(&game, 0, sizeof(gameGlobals)); 309 memset(&game, 0, sizeof(gameGlobals));
310 game.address = "127.0.01"; 310 game.address = "127.0.0.1";
311 game.port = 8211; 311 game.port = 8211;
312 312
313 if (eina_init()) 313 if (eina_init())