diff -r bb9a9708f010 -r c0a0e0b57e59 LargeInteger.st --- a/LargeInteger.st Sat Aug 22 06:59:20 2015 +0200 +++ b/LargeInteger.st Sun Aug 23 06:36:55 2015 +0200 @@ -1692,7 +1692,7 @@ %{ #ifdef __SCHTEAM__ - return context._RETURN( ((STLargeInteger)self).digitLength() ); + return context._RETURN( STInteger._new( ((STLargeInteger)self).digitLength() )); #endif %}. l := digitByteArray size.