[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:47:13 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=03ca00f
The following commit has been merged in the master branch:
commit 03ca00fc1e1d412494bca3094e15ed1a7fd23aea
Author: Robin Mills <robin at clanmills.com>
Date: Mon Oct 17 19:24:34 2016 +0000
#1244. Correction to r4637. Added bigBlock_(NULL) to BasicIo::BasicIo().
---
include/exiv2/basicio.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exiv2/basicio.hpp b/include/exiv2/basicio.hpp
index 65f4936..4deef29 100644
--- a/include/exiv2/basicio.hpp
+++ b/include/exiv2/basicio.hpp
@@ -277,7 +277,7 @@ namespace Exiv2 {
//! @name Creators
//@{
//! Default Constructor
- BasicIo() {}
+ BasicIo() : bigBlock_(NULL) {};
//@}
}; // class BasicIo
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list