aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/archive_parser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/archive_parser.cpp b/src/archive_parser.cpp
index 8c54a55..97858c6 100644
--- a/src/archive_parser.cpp
+++ b/src/archive_parser.cpp
@@ -369,9 +369,10 @@ void Archive::find_attachment_dir(QString example_attachment) {
attachment_dir_have_to_find = false;
if (not attachment_dir.exists())
- // This shouldn't happen, but log it in case'
+ // This shouldn't happen, but log it in case
qDebug() << "Attachment dir does not exist!" << attachment_dir.canonicalPath();
return;
}
}
+ // If the attachment directory wasn't found, it will be searched for next attachment url parsing as attachment_dir_have_to_find wasn't touched (and is still true)
}