diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-11 17:04:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-11 17:04:39 (GMT) |
| commit | 725f1aff8512cd3c1f89f4e54fe2c6cd588fb62c (patch) | |
| tree | 0cfc406f020ff2bcd0ff3ca8bfdf8e536cf8cb07 /src/client/Client.cpp | |
| parent | 9f7b06ff47e12076a261b6a209b27c558741eb8a (diff) | |
| download | powder-725f1aff8512cd3c1f89f4e54fe2c6cd588fb62c.zip powder-725f1aff8512cd3c1f89f4e54fe2c6cd588fb62c.tar.gz | |
Fix thumbnail alignment for save buttons, add code for building PSv format
Diffstat (limited to 'src/client/Client.cpp')
| -rw-r--r-- | src/client/Client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 5054dc4..112bdf1 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -235,6 +235,7 @@ unsigned char * Client::GetSaveData(int saveID, int saveDate, int & dataLength) { urlStream << "http://" << STATICSERVER << "/" << saveID << ".cps"; } + std::cout << urlStream.str() << std::endl; data = (unsigned char *)http_simple_get((char *)urlStream.str().c_str(), &dataStatus, &dataLength); if(data && dataStatus == 200) { |
