mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-19 10:01:05 +00:00
* 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:
parent
e65a2d6660
commit
0c55b7592b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue