Still trying to make it work on linux.

This commit is contained in:
lotodore
2008-04-19 23:22:34 +00:00
parent 7d51a144dd
commit 01bd6cb1f8
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ ClientStateStartServerListDownload::Process(ClientThread &client)
tmpServerListPath /= "serverlist.xml.z";
std::auto_ptr<DownloadHelper> downloader(new DownloadHelper);
downloader->Init("http://pokerth.net/serverlist.xml.z", tmpServerListPath.directory_string());
downloader->Init("pokerth.net/serverlist.xml.z", tmpServerListPath.directory_string());
ClientStateDownloadingServerList::Instance().SetDownloadHelper(downloader.release());
client.SetState(ClientStateDownloadingServerList::Instance());