From 09c761331b805dc6aefbe557d810b389577aac47 Mon Sep 17 00:00:00 2001 From: Magnus Jonsson Date: Sun, 1 Aug 2004 19:20:39 +0000 Subject: [PATCH] typo --- src/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.cpp b/src/storage.cpp index 92381596b..724f883a6 100755 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -222,7 +222,7 @@ namespace libtorrent if(!fs::exists(save_path)) fs::create_directory(save_path); - else if(!fx::is_directory(save_path)) + else if(!fs::is_directory(save_path)) return false; if (m_pimpl->info.num_files() == 1)