From 2e46e8b6d92cf4887d3b133f930e7e89ffd43fc9 Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 11 Jan 1997 21:34:55 +0000 Subject: [PATCH] (main): Use NSDefaultMallocZone() instead of NS_NO_ZONE. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2040 72102866-910b-0410-8b05-ffd578937521 --- Testing/string.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/string.m b/Testing/string.m index 5e542a8f6..19551ea45 100644 --- a/Testing/string.m +++ b/Testing/string.m @@ -27,7 +27,7 @@ int main() [s3 release]; [s2 release]; - s2 = [s copyWithZone: NS_NOZONE]; + s2 = [s copyWithZone: NSDefaultMallocZone ()]; print_string(s2); s2 = [s stringByAppendingString:@" with something added"];