diff options
Diffstat (limited to 'Stars45/NetLobbyClient.cpp')
-rw-r--r-- | Stars45/NetLobbyClient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/NetLobbyClient.cpp b/Stars45/NetLobbyClient.cpp index b0e54b3..35182dc 100644 --- a/Stars45/NetLobbyClient.cpp +++ b/Stars45/NetLobbyClient.cpp @@ -1,6 +1,6 @@ /* Project Starshatter 4.5
Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Copyright (C) 1997-2004. All Rights Reserved.
SUBSYSTEM: Stars.exe
FILE: NetLobbyClient.cpp
@@ -61,7 +61,7 @@ NetLobbyClient::NetLobbyClient() }
if (server_name.length() && port > 0) {
- Print(" '%s' is a client of '%s'\n", me.Name(), server_name);
+ Print(" '%s' is a client of '%s'\n", me.Name(), server_name.data());
link = new(__FILE__,__LINE__) NetLink;
server_id = link->AddPeer(NetAddr(server_name, port));
}
|