From c6b4edf8cc635ddcb2a8b3c0cef38dd88fa73768 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Thu, 16 Apr 2009 21:22:46 +0200 Subject: Renamed ResourceManager::moveFile to ResourceManager::copyFile and catched error when it fails. --- src/resources/resourcemanager.cpp | 2 +- src/resources/resourcemanager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources') diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp index e24ebafb..f7a2586e 100644 --- a/src/resources/resourcemanager.cpp +++ b/src/resources/resourcemanager.cpp @@ -419,7 +419,7 @@ void *ResourceManager::loadFile(const std::string &fileName, int &fileSize) return buffer; } -bool ResourceManager::moveFile(const std::string &src, const std::string &dst) +bool ResourceManager::copyFile(const std::string &src, const std::string &dst) { PHYSFS_file *srcFile = PHYSFS_openRead(src.c_str()); if (!srcFile) diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h index 19c0cb61..b2ad3069 100644 --- a/src/resources/resourcemanager.h +++ b/src/resources/resourcemanager.h @@ -133,7 +133,7 @@ class ResourceManager * @return true on success, false on failure. An error message should be * in the log file. */ - bool moveFile(const std::string &src, const std::string &dst); + bool copyFile(const std::string &src, const std::string &dst); /** * Convenience wrapper around ResourceManager::get for loading -- cgit v1.2.3-70-g09d2