[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:38 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4c6f191

The following commit has been merged in the master branch:
commit 4c6f1913a1681bf1ee96bd07b7d578d4e21ab35f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jul 23 15:31:38 2008 +0000

    Clarified doc for DataBuf::alloc.
---
 src/types.hpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/types.hpp b/src/types.hpp
index 81ec298..9c65b17 100644
--- a/src/types.hpp
+++ b/src/types.hpp
@@ -210,7 +210,12 @@ namespace Exiv2 {
                  the original object is modified.
          */
         DataBuf& operator=(DataBuf& rhs);
-        //! Allocate a data buffer of the given size
+        /*!
+          Allocate a data buffer of at least the given size
+          
+          Note that if the requested \em size is less than the current buffer
+          size, no new memory is allocated and the buffer size doesn't change.
+         */
         void alloc(long size);
         /*!
           @brief Release ownership of the buffer to the caller. Returns the

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list