#760: Fixed test for complete Photoshop data.
This commit is contained in:
parent
f94fb67f69
commit
01c86017a8
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user