summaryrefslogtreecommitdiffstats
path: root/logic/net/DownloadJob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/net/DownloadJob.cpp')
-rw-r--r--logic/net/DownloadJob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/net/DownloadJob.cpp b/logic/net/DownloadJob.cpp
index ef842dfd..6d87a132 100644
--- a/logic/net/DownloadJob.cpp
+++ b/logic/net/DownloadJob.cpp
@@ -48,7 +48,7 @@ void DownloadJob::start()
m_expected_md5 = hash;
}
}
- if(!ensurePathExists(filename))
+ if(!ensureFilePathExists(filename))
{
emit fail();
return;