|
@@ -69,7 +69,7 @@ str_escape_fmt(char *dst, const char *src, size_t n)
|
|
|
*
|
|
*
|
|
|
* @param src The source string to escape.
|
|
* @param src The source string to escape.
|
|
|
*
|
|
*
|
|
|
- * @return The new allocated string.
|
|
|
|
|
|
|
+ * @return The new allocated string (never NULL).
|
|
|
*/
|
|
*/
|
|
|
char *
|
|
char *
|
|
|
str_quote_meta(const char *src)
|
|
str_quote_meta(const char *src)
|