Parcourir la source

libdpkg: Document that str_quote_meta() never returns NULL

Guillem Jover il y a 13 ans
Parent
commit
93e1759546
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/dpkg/string.c

+ 1 - 1
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)