* GSWeb/NSString+HTML.m ([NSString -decodeURL]): Updated function

name.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16130 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-03-04 21:43:06 +00:00
parent e65a2d6660
commit 0c55b7592b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-03-04 David Ayers <d.ayers@inode.at>
* GSWeb/NSString+HTML.m ([NSString -decodeURL]): Updated function
name.
2003-03-04 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb/GSWInput.m:
o logs

View file

@ -227,7 +227,7 @@ void initHtmlChars()
NSDebugMLLog(@"low",@"self=%@",self);
voidString=[self htmlPlus2Space];
NSDebugMLLog(@"low",@"voidString=%@",voidString);
unichars=_fastMallocBuffer(sizeof(unichar)*([voidString length]+1));
unichars=GSAutoreleasedBuffer(sizeof(unichar)*([voidString length]+1));
NSDebugMLLog(@"low",@"[voidString cString]=%s",[voidString cString]);
for (p=[voidString cString];p && *p;p++)
{