From 79187654545830f85706db94fc5d83eb761e8316 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 24 Apr 2007 10:19:52 +0000 Subject: [PATCH] More doc cleanup, Daniel svn path=/trunk/; revision=3604 --- uri.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uri.c b/uri.c index 23af9138..0b91c243 100644 --- a/uri.c +++ b/uri.c @@ -807,8 +807,11 @@ static int is_hex(char c) { * * Unescaping routine, but does not check that the string is an URI. The * output is a direct unsigned char translation of %XX values (no encoding) + * Note that the length of the result can only be smaller or same size as + * the input string. * - * Returns a copy of the string, but unescaped + * Returns a copy of the string, but unescaped, will return NULL only in case + * of error */ char * xmlURIUnescapeString(const char *str, int len, char *target) {