Fixed compile error for epsimage.cpp

main
Wolfram Manthey 1 year ago committed by Miloš Komarčević
parent 66297f2fd8
commit 6f42d99132

@ -618,9 +618,9 @@ void readWriteEpsMetadata(BasicIo& io, std::string& xmpPacket, NativePreviewList
#ifdef DEBUG #ifdef DEBUG
auto [r, s] = removableEmbeddings.back(); auto [r, s] = removableEmbeddings.back();
EXV_DEBUG << "readWriteEpsMetadata: Recognized unmarked trailer of removable XMP embedding at [" << r << "," << s EXV_DEBUG << "readWriteEpsMetadata: Recognized unmarked trailer of removable XMP embedding at [" << r << "," << s
<< ")\n" << ")\n";
#endif #endif
posXmpTrailerEnd = posXmpTrailer; posXmpTrailerEnd = posXmpTrailer;
} }
// interpret comment "%ADO_ContainsXMP:" // interpret comment "%ADO_ContainsXMP:"
@ -789,7 +789,7 @@ void readWriteEpsMetadata(BasicIo& io, std::string& xmpPacket, NativePreviewList
throw Error(ErrorCode::kerImageWriteFailed); throw Error(ErrorCode::kerImageWriteFailed);
} }
#ifdef DEBUG #ifdef DEBUG
EXV_DEBUG << "readWriteEpsMetadata: Created temporary file " << tempIo->path() << "\n"; EXV_DEBUG << "readWriteEpsMetadata: Created temporary file " << tempIo.path() << "\n";
#endif #endif
// sort all positions // sort all positions

Loading…
Cancel
Save