From 18348452cd965ee6c674b3da8f3691ab4d8b1562 Mon Sep 17 00:00:00 2001 From: Wolfram Manthey Date: Tue, 2 Apr 2024 23:31:59 +0800 Subject: [PATCH] Fixed compile error for epsimage.cpp --- src/epsimage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/epsimage.cpp b/src/epsimage.cpp index 196e61ce89..2e2241b69c 100644 --- a/src/epsimage.cpp +++ b/src/epsimage.cpp @@ -618,9 +618,9 @@ void readWriteEpsMetadata(BasicIo& io, std::string& xmpPacket, NativePreviewList #ifdef DEBUG auto [r, s] = removableEmbeddings.back(); EXV_DEBUG << "readWriteEpsMetadata: Recognized unmarked trailer of removable XMP embedding at [" << r << "," << s - << ")\n" + << ")\n"; #endif - posXmpTrailerEnd = posXmpTrailer; + posXmpTrailerEnd = posXmpTrailer; } // interpret comment "%ADO_ContainsXMP:" @@ -789,7 +789,7 @@ void readWriteEpsMetadata(BasicIo& io, std::string& xmpPacket, NativePreviewList throw Error(ErrorCode::kerImageWriteFailed); } #ifdef DEBUG - EXV_DEBUG << "readWriteEpsMetadata: Created temporary file " << tempIo->path() << "\n"; + EXV_DEBUG << "readWriteEpsMetadata: Created temporary file " << tempIo.path() << "\n"; #endif // sort all positions