diff options
-rw-r--r-- | sil.icl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ where ) isFilename :: (String -> Bool) - isFilename = all (\c -> isAlphanum c || isMember c ['.']) o fromString + isFilename = all (\c -> isAlphanum c || isMember c ['./']) o fromString finish :: !*File !*File !*World -> *World finish io err w |