From a0517fc3cb457f06b3f5d36aef22c8cebaa74883 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 22 Jun 2008 23:09:38 +0000 Subject: [PATCH] client test storage allocation mode fix --- examples/client_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 6a42301b2..18cb0275e 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -957,8 +957,8 @@ int main(int ac, char* av[]) } // if it's a torrent file, open it as usual add_torrent(ses, handles, i->c_str(), preferred_ratio - , compact_allocation_mode ? storage_mode_compact : storage_mode_sparse - , save_path, false, torrent_upload_limit, torrent_download_limit); + , compact_allocation_mode, save_path, false + , torrent_upload_limit, torrent_download_limit); } catch (std::exception& e) {