This commit is contained in:
Martchus 2018-11-15 21:33:08 +01:00
parent 57f4307c16
commit c0c413cddc
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void AttachmentInfo::reset()
bool AttachmentInfo::next(AbstractContainer *container, TagParser::Diagnostics &diag)
{
if (!id && !path && !name && !mime && !desc) {
// skip empty attachment infos
// skip empty attachment info
return false;
}
apply(container, diag);