*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 16 Sep 2009 13:41:52 +0200
changeset 2109 785005ccdb1e
parent 2108 7f166aebe418
child 2110 7fca33d5cb96
*** empty log message ***
MethodFinder.st
--- a/MethodFinder.st	Wed Sep 16 13:32:41 2009 +0200
+++ b/MethodFinder.st	Wed Sep 16 13:41:52 2009 +0200
@@ -934,8 +934,8 @@
         lastIndexOfSeparator lastIndexOfSeparatorStartingAt:
         indexOfNonSeparatorStartingAt:
     "ST/X printing" 
-        sscanf
-        printf
+        sscanf:
+        printf:
     "ST/X converting" 
         asUppercaseFirst 
         asCollectionOfWords asCollectionOfLines 
@@ -1593,5 +1593,5 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.22 2009-09-16 11:32:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.23 2009-09-16 11:41:52 cg Exp $'
 ! !