The following commit has been merged in the master branch:
commit 93e17595462256d881466eebdb27777118abbe83
Author: Guillem Jover <[email protected]>
Date:   Sun Dec 2 21:52:29 2012 +0100

    libdpkg: Document that str_quote_meta() never returns NULL

diff --git a/lib/dpkg/string.c b/lib/dpkg/string.c
index 922ee2e..526efad 100644
--- a/lib/dpkg/string.c
+++ b/lib/dpkg/string.c
@@ -69,7 +69,7 @@ str_escape_fmt(char *dst, const char *src, size_t n)
  *
  * @param src The source string to escape.
  *
- * @return The new allocated string.
+ * @return The new allocated string (never NULL).
  */
 char *
 str_quote_meta(const char *src)

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to