|
From: Yoda-JM <yo...@us...> - 2012-09-14 22:42:05
|
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Sep 15 00:38:34 2012 +0200
test
---
game/downloader.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/downloader.cc b/game/downloader.cc
index 754ee4d..30b8bc8 100644
--- a/game/downloader.cc
+++ b/game/downloader.cc
@@ -29,7 +29,7 @@ struct Downloader::Impl {
pause(true);
add_torrent_params p;
- p.save_path = getDataDir() / "songs" / "dlc";
+ p.save_path = (getDataDir() / "songs" / "dlc").string();
add_magnet_uri(s, "magnet:?xt=urn:btih:7ea1b59cce1737437a66e29a2843b5ce3a0c8cd9", p);
pause(false);
} catch (std::exception& e) {
|