summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-24 23:33:32 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-24 23:33:32 (GMT)
commit35858ef6073092f8447bbec8b18b768061cf8bd0 (patch)
tree1ad7e7e9272f6a640289bc422ebe7d34fe025bf0 /src/client/Client.cpp
parent04e4a2346d3d7ef6e0f0b38d8eafc928dc6e30bd (diff)
downloadpowder-35858ef6073092f8447bbec8b18b768061cf8bd0.zip
powder-35858ef6073092f8447bbec8b18b768061cf8bd0.tar.gz
Fix textbox
Diffstat (limited to 'src/client/Client.cpp')
-rw-r--r--src/client/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp
index 94c3dbc..d0bfd97 100644
--- a/src/client/Client.cpp
+++ b/src/client/Client.cpp
@@ -20,7 +20,7 @@
Client::Client()
{
int i = 0;
- http_init("wwwcache.lancs.ac.uk:8080");
+ http_init(NULL);
for(i = 0; i < THUMB_CACHE_SIZE; i++)
{
thumbnailCache[i] = NULL;