[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:39 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5eabef4
The following commit has been merged in the master branch:
commit 5eabef43063f198d8e55784bdb77240670b27d9d
Author: Robin Mills <robin at clanmills.com>
Date: Thu Aug 27 10:50:07 2015 +0000
Fix to r3898. Apologies to Andreas for breaking the linux build.
---
src/actions.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/actions.cpp b/src/actions.cpp
index a47b947..cebc638 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1126,7 +1126,7 @@ namespace Action {
std::string iccPath = newFilePath(path_,".icc");
std::filebuf iccBuffer ;
- iccBuffer.open(iccPath,std::ios::out);
+ iccBuffer.open(iccPath.c_str(),std::ios::out);
std::ostream iccStream(&iccBuffer);
image->printStructure(iccStream,Exiv2::kpsIccProfile);
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list