CVSSourceCodeManager.st
changeset 4257 9e51055344d5
parent 4256 521560be3433
child 4273 fb20d592a066
--- a/CVSSourceCodeManager.st	Thu Sep 21 10:54:40 2017 +0200
+++ b/CVSSourceCodeManager.st	Thu Sep 21 11:16:02 2017 +0200
@@ -3190,7 +3190,7 @@
             ret2 := errorStream size == 0.
             ret2 ifFalse:[
                 ret2 := (errorStream contents asCollectionOfLines 
-                            reject:[:l | l isBlank or:[(l includesString:'WARNING:')] ]) size == 0 
+                            reject:[:l | l isBlank or:[l includesString:'WARNING:']]) isEmpty. 
             ].
         ]
     ] ensure:[
@@ -3210,9 +3210,9 @@
         directory:'libtool' 
     "
 
-    "Modified: / 23-07-1999 / 17:36:58 / stefan"
     "Created: / 13-09-2006 / 18:20:36 / cg"
     "Modified (format): / 24-02-2017 / 11:32:37 / cg"
+    "Modified: / 21-09-2017 / 11:00:40 / stefan"
 !
 
 checkForExistingModule:moduleDir