diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-06 16:03:02 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-06 16:03:02 -0400 |
commit | e24a7140fd8a4198ae470081a936c170df6ee495 (patch) | |
tree | defd80ae1bd15f94fbe0cfeb41f992c12711ed40 /CmdLine | |
parent | 4c8cfa61bfb6fa1d9482a6b07b04d9ec11be4d0d (diff) |
relFile does not have to be relative; rename to currFile
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/Seek.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/Seek.hs b/CmdLine/Seek.hs index f3e37969a..2fe217703 100644 --- a/CmdLine/Seek.hs +++ b/CmdLine/Seek.hs @@ -77,7 +77,7 @@ withPathContents a params = do , return [(p, takeFileName p)] ) checkmatch matcher (f, relf) = matcher $ MatchingFile $ FileInfo - { relFile = f + { currFile = f , matchFile = relf } |