Fix a variety of dumb bugs.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-08-14 07:36:25 +00:00
parent d544659c91
commit 5606926df2
8 changed files with 37 additions and 8 deletions

View file

@ -683,7 +683,7 @@ static Class doubleNumberClass;
switch (info->typeLevel)
{
case 0:
return [self boolValue] ? @"true" : @"false";
return [self boolValue] ? @"YES" : @"NO";
break;
case 1: