diff --git a/Annex/Init.hs b/Annex/Init.hs index 30c4f9753c..1193e0b240 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -258,7 +258,7 @@ probeCrippledFileSystem' -> Maybe (RawFilePath -> m ()) -> m (Bool, [String]) #ifdef mingw32_HOST_OS -probeCrippledFileSystem' _ _ _ _ = return (True, []) +probeCrippledFileSystem' _ _ _ = return (True, []) #else probeCrippledFileSystem' tmp freezecontent thawcontent = do let f = tmp P. "gaprobe" diff --git a/doc/bugs/commit_9595a247a_needs_a_fix_to_build_on_Windows.mdwn b/doc/bugs/commit_9595a247a_needs_a_fix_to_build_on_Windows.mdwn index 1d59f44514..1a87aa5eb5 100644 --- a/doc/bugs/commit_9595a247a_needs_a_fix_to_build_on_Windows.mdwn +++ b/doc/bugs/commit_9595a247a_needs_a_fix_to_build_on_Windows.mdwn @@ -85,3 +85,5 @@ This then compiled cleanly and completed the test suite ok. Git Annex is great. It works quite nicely with my multi-gigabyte backup files (largest around 180GB) via the BLAKE2B160E backend :) [[!meta author=jkniiv]] + +> Thank you! [[done]] --[[Joey]]