Fixed typo causing infinite loop.
This commit is contained in:
parent
54e4235b8d
commit
d906896132
@ -121,7 +121,7 @@ const std::vector <ref <const attachment> >
|
||||
std::vector <ref <const attachment> > partAtts =
|
||||
findAttachmentsInBodyPart(bdy->getPartAt(i));
|
||||
|
||||
for (unsigned int j = 0 ; j < partAtts.size() ; ++i)
|
||||
for (unsigned int j = 0 ; j < partAtts.size() ; ++j)
|
||||
atts.push_back(partAtts[j]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user