[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ba5a7b9
The following commit has been merged in the master branch:
commit ba5a7b9075bd2a813c6177744149bd32c71c650d
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Jan 18 12:58:26 2010 +0000
Minor fix.
---
src/basicio.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/basicio.cpp b/src/basicio.cpp
index 4e9ca82..233df35 100644
--- a/src/basicio.cpp
+++ b/src/basicio.cpp
@@ -513,14 +513,14 @@ namespace Exiv2 {
if (statOk && ::_wstat(wpf, &buf2) == -1) {
statOk = false;
#ifndef SUPPRESS_WARNINGS
- std::cerr << "Warning: " << WError(2, wpf, strError(), "::_wstat") << "
";
+ std::cerr << "Warning: " << Error(2, wpf, strError(), "::_wstat") << "
";
#endif
}
if (statOk && origStMode != buf2.st_mode) {
// Set original file permissions
if (::_wchmod(wpf, origStMode) == -1) {
#ifndef SUPPRESS_WARNINGS
- std::cerr << "Warning: " << WError(2, wpf, strError(), "::_wchmod") << "
";
+ std::cerr << "Warning: " << Error(2, wpf, strError(), "::_wchmod") << "
";
#endif
}
}
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list