#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sat, 07 May 2016 18:03:30 +0200
changeset 16474 b79db338cb98
parent 16473 d82bd22a0509
child 16475 5206032f1a19
#BUGFIX by cg class: FindFileApplication changed: #doFindFileNamed:directories:ignoreCaseInName:excludeFilesNamed:ignoreCaseInExcludedName:containingString:ignoreCaseInContents:notContainingString:ignoreCaseInNotContents:sameContentsAsFile:sameContentsAs:in: oops - typo; uppercase pathName as selector
FindFileApplication.st
--- a/FindFileApplication.st	Sat May 07 16:51:12 2016 +0200
+++ b/FindFileApplication.st	Sat May 07 18:03:30 2016 +0200
@@ -1538,7 +1538,7 @@
                                 realFile := f linkInfo linkTargetPath asFilename. 
                                 (realFile exists and:[realFile isReadable]) ifFalse:[
                                     showUnreadableFilesAndDirectoriesHolder value ifTrue:[
-                                        resultList add: (('*** "',f pathName,'"->"',realFile PathName,'" skipped - unreadable or bad symbolic link destination ***') colorizeAllWith:(Color red darkened)).
+                                        resultList add: (('*** "',f pathName,'"->"',realFile pathName,'" skipped - unreadable or bad symbolic link destination ***') colorizeAllWith:(Color red darkened)).
                                     ].
                                     contentsMatches := false.
                                     isBadFile := true.