#689: Improved performance of EpsImage

This commit is contained in:
vog 2011-06-20 01:10:41 +00:00
parent e3d2c7491b
commit dfe65c4214

View File

@ -261,6 +261,7 @@ namespace Exiv2
#endif
}
}
if (line.size() >= 1 && line[0] != '%') continue; // performance optimization
if (line == "%%EOF" && posPageTrailer == size) {
posPageTrailer = startPos;
#ifdef DEBUG