SmallInteger.st
branchjv
changeset 17735 6a5bc05f696a
parent 17732 a1892eeca6c0
child 17754 5322906cdb6a
--- a/SmallInteger.st	Thu Nov 05 14:41:30 2009 +0000
+++ b/SmallInteger.st	Wed Dec 02 21:30:55 2009 +0000
@@ -3615,7 +3615,7 @@
     OBJ s;
     int len;
 
-    if (__isString(formatString)) {
+    if (__isStringLike(formatString)) {
         /*
          * actually only needed on sparc: since thisContext is
          * in a global register, which gets destroyed by printf,
@@ -3790,6 +3790,11 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmallInteger.st 10473 2009-10-24 15:48:19Z vranyj1 $'
+    ^ '$Id: SmallInteger.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+!
+
+version_CVS
+    ^ '§Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.181 2009/11/05 16:26:26 stefan Exp §'
 ! !
 
+