#760: Fixed test for complete Photoshop data.

This commit is contained in:
Andreas Huggel 2011-02-20 08:11:23 +00:00
parent f94fb67f69
commit 01c86017a8

View File

@ -625,7 +625,7 @@ namespace Exiv2 {
++count;
}
if (!foundCompletePsData && skipApp13Ps3.size() > 0) throw Error(22);
if (!foundCompletePsData && psBlob.size() > 0) throw Error(22);
search += (int) skipApp13Ps3.size();
if (comPos == 0) {