mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 17:20:57 +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
dce799e400
commit
1e069600bc
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…
Add table
Add a link
Reference in a new issue