defined StringFromXMLString

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34489 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Doug Simons 2012-01-11 01:12:35 +00:00
parent 8eadbe4163
commit d9db64516a
2 changed files with 12 additions and 1 deletions

View file

@ -351,7 +351,7 @@ GS_PRIVATE_INTERNAL(NSXMLDocument)
if (buf != 0 && length > 0)
{
string = UTF8StrLen(buf, length);
string = StringFromXMLString(buf, length);
free(buf);
}
return string;