diff options
Diffstat (limited to 'logic/net')
-rw-r--r-- | logic/net/DownloadJob.cpp | 2 |
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; |