mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 23:48:46 +00:00
fix (
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30217 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
629389a62b
commit
32433df47e
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ May raise exception.
|
|||
// does not work on Snow Leopard. Any suggestions? -- dw
|
||||
//_uniBuf = (unichar*)objc_malloc(sizeof(unichar)*(_length+1));
|
||||
|
||||
_uniBuf = (unichar*)NSZoneMalloc(NSDefaultMallocZone(),(sizeof(unichar)*(_length+1));
|
||||
_uniBuf = (unichar*)NSZoneMalloc(NSDefaultMallocZone(),sizeof(unichar)*(_length+1));
|
||||
|
||||
NS_DURING
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue