From b39c831115f9e13afc7417f87d819f6588bd34cf Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 9 Feb 2011 04:59:43 +0000 Subject: [PATCH] fixed typo --- examples/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 6e7bbf38c..4e2f6d391 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -1904,7 +1904,7 @@ int main(int argc, char* argv[]) if (!monitor_dir.empty() && next_dir_scan < time_now()) { - scan_dir(monitor_dir, ses, files, preferred_ratio + scan_dir(monitor_dir, ses, files, non_files, preferred_ratio , allocation_mode, save_path, torrent_upload_limit , torrent_download_limit); next_dir_scan = time_now() + seconds(poll_interval);