mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 03:31:16 +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
3cddc8b06e
commit
9c18f2bbf2
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>
|
2003-03-04 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||||
* GSWeb/GSWInput.m:
|
* GSWeb/GSWInput.m:
|
||||||
o logs
|
o logs
|
||||||
|
|
|
@ -227,7 +227,7 @@ void initHtmlChars()
|
||||||
NSDebugMLLog(@"low",@"self=%@",self);
|
NSDebugMLLog(@"low",@"self=%@",self);
|
||||||
voidString=[self htmlPlus2Space];
|
voidString=[self htmlPlus2Space];
|
||||||
NSDebugMLLog(@"low",@"voidString=%@",voidString);
|
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]);
|
NSDebugMLLog(@"low",@"[voidString cString]=%s",[voidString cString]);
|
||||||
for (p=[voidString cString];p && *p;p++)
|
for (p=[voidString cString];p && *p;p++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue