summaryrefslogtreecommitdiff
path: root/src/fs/virtfstools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/virtfstools.cpp')
-rw-r--r--src/fs/virtfstools.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/virtfstools.cpp b/src/fs/virtfstools.cpp
index 0b434a340..9ba8c6683 100644
--- a/src/fs/virtfstools.cpp
+++ b/src/fs/virtfstools.cpp
@@ -83,7 +83,7 @@ namespace VirtFs
{
const std::string file = path + str;
const std::string realPath = VirtFs::getRealDir(file);
- VirtFs::addZipToSearchPath(std::string(realPath).append(
+ VirtFs::mountZip(std::string(realPath).append(
dirSeparator).append(file), append);
}
}
@@ -103,7 +103,7 @@ namespace VirtFs
{
const std::string file = path + str;
const std::string realPath = VirtFs::getRealDir(file);
- VirtFs::removeZipFromSearchPath(std::string(
+ VirtFs::unmountZip(std::string(
realPath).append(
dirSeparator).append(
file));