]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/str-esc.c
Resources: res_new() requires an active pool
[libucw.git] / ucw / str-esc.c
index 97bbe387e79a95c3c4b14ad6f07330368b7064c1..1796a7041a3c38e21a8c6f8df50edd584bc09955 100644 (file)
@@ -15,8 +15,6 @@
 #include "ucw/chartype.h"
 #include <stdlib.h>
 
-/* Expands C99-like escape sequences.
- * It is safe to use the same buffer for both input and output. */
 char *
 str_unesc(char *d, const char *s)
 {