From 22a297ed98d667f66931a2031acbf748677bd01d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 6 Aug 2008 20:30:23 +0200 Subject: Implement MLKArray#-setSize:ofDimension:. --- MLKRoot.m | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'MLKRoot.m') diff --git a/MLKRoot.m b/MLKRoot.m index 80ba4ab..8add77e 100644 --- a/MLKRoot.m +++ b/MLKRoot.m @@ -425,8 +425,11 @@ static id truify (BOOL value) suffix = MLKPrintToString(x); } else - [NSException raise:@"MLKTypeError" - format:@"%@ is not of type (OR INTEGER STRING).", x]; + { + [NSException raise:@"MLKTypeError" + format:@"%@ is not of type (OR INTEGER STRING).", x]; + return nil; + } } else { -- cgit v1.2.3