*** empty log message ***
authorStefan Vogel <sv@exept.de>
Thu, 01 Oct 2015 14:31:30 +0200
changeset 18791 21a7db893c0e
parent 18790 7277f699c8f6
child 18792 91839b570010
*** empty log message ***
Registry.st
--- a/Registry.st	Thu Oct 01 14:21:11 2015 +0200
+++ b/Registry.st	Thu Oct 01 14:31:30 2015 +0200
@@ -283,6 +283,9 @@
 size
     "answer the number of entries in the registry"
 
+    tally isNil ifTrue:[
+	^ 0.
+    ].
     ^ tally
 ! !