From 60c31afc3804734e8c85b1d3f4a530b9cdaf8b5e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Sep 2012 19:14:00 -0400 Subject: add decodeW8 --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Sync.hs') diff --git a/Command/Sync.hs b/Command/Sync.hs index 2a27bf870..630ceb053 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -267,7 +267,7 @@ mergeFile file key ++ takeExtension file shortHash :: String -> String -shortHash = take 4 . md5s . encodeFilePath +shortHash = take 4 . md5s . md5FilePath changed :: Remote -> Git.Ref -> Annex Bool changed remote b = do -- cgit v1.2.3