steam
authorClaus Gittinger <cg@exept.de>
Sat, 22 Aug 2015 22:45:30 +0200
changeset 18709 e3365e522281
parent 18707 05a44da3c940
child 18710 c0a0e0b57e59
child 18711 81ebc1f3389d
steam
LargeInteger.st
--- a/LargeInteger.st	Fri Aug 21 12:32:02 2015 +0200
+++ b/LargeInteger.st	Sat Aug 22 22:45:30 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.