[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:44 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=b796adf
The following commit has been merged in the master branch:
commit b796adfa83aa5406448880736b1fa3ed019f329b
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Sep 2 10:02:54 2011 +0000
Minor fix.
---
src/actions.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/actions.cpp b/src/actions.cpp
index dac4334..85f90c1 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -272,11 +272,11 @@ namespace Action {
// MIME type
printLabel(_("MIME type"));
- std::cout << image->mimeType() << "
";
+ std::cout << image->mimeType() << std::endl;
// Image size
printLabel(_("Image size"));
- std::cout << image->pixelWidth() << " x " << image->pixelHeight() << "
";
+ std::cout << image->pixelWidth() << " x " << image->pixelHeight() << std::endl;
if (exifData.empty()) {
std::cerr << path_ << ": "
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list