FileSelectionBrowser.st
changeset 1144 480d64f9ad81
parent 1087 60922fe52470
child 1260 6f81c1d73e75
--- a/FileSelectionBrowser.st	Sat Jun 12 12:57:58 1999 +0200
+++ b/FileSelectionBrowser.st	Tue Jun 15 14:32:15 1999 +0200
@@ -342,7 +342,7 @@
 !
 
 setRootForFile:aFilename
-    |f root d parent|
+    |f root parent|
 
     f := aFilename asFilename.
     root := Filename rootDirectoryOnVolume:f volume.