[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:34 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=aa60fc8
The following commit has been merged in the master branch:
commit aa60fc8d961e7cd205da59544719ceb821846fb3
Author: vog <vog at notjusthosting.com>
Date: Tue Jul 12 23:52:25 2011 +0000
Improved coding style in EpsImage
---
src/epsimage.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/epsimage.cpp b/src/epsimage.cpp
index 55eada9..388036e 100644
--- a/src/epsimage.cpp
+++ b/src/epsimage.cpp
@@ -275,8 +275,8 @@ namespace {
const bool readOnly = xmpTrailers[j].second;
if (readOnly) {
#ifndef SUPPRESS_WARNINGS
- EXV_WARNING << "Unable to handle read-only XMP metadata yet. Please provide your"
- " sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2
";
+ EXV_WARNING << "Unable to handle read-only XMP metadata yet. Please provide your "
+ "sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2
";
#endif
throw Error(write ? 21 : 14);
}
@@ -566,8 +566,8 @@ namespace {
throw Error(write ? 21 : 14);
} else if (startsWith(line, "%%Include")) {
#ifndef SUPPRESS_WARNINGS
- EXV_WARNING << "Unable to handle PostScript %%Include DSC comments yet. Please provide your"
- " sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2
";
+ EXV_WARNING << "Unable to handle PostScript %%Include DSC comments yet. Please provide your "
+ "sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2
";
#endif
throw Error(write ? 21 : 14);
} else {
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list