TypeConverter.st
changeset 2559 87d81ccdf4a0
parent 2440 83ae5c86ce7a
child 2560 03c5e1535b9d
--- a/TypeConverter.st	Sat Nov 01 19:34:56 2008 +0100
+++ b/TypeConverter.st	Mon Nov 03 14:21:07 2008 +0100
@@ -689,7 +689,7 @@
 
                 |value s2|
 
-                string isEmpty ifTrue:[
+                string isEmptyOrNil ifTrue:[
                     value := 0
                 ] ifFalse:[
                     s2 := string reject:[:ch | ch = sep].    
@@ -1501,5 +1501,5 @@
 !TypeConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TypeConverter.st,v 1.55 2008-04-23 10:00:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TypeConverter.st,v 1.56 2008-11-03 13:21:07 sr Exp $'
 ! !