From: Joey Hess Date: Wed, 25 Jun 2025 13:07:32 +0000 (-0400) Subject: fix windows build X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~7^2~56 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3ad9fbe9ec21b8ec66763f0861c87203b8cb8af;p=git-annex.git fix windows build --- diff --git a/Annex/Import.hs b/Annex/Import.hs index b9c1b74e87..b1ace3468e 100644 --- a/Annex/Import.hs +++ b/Annex/Import.hs @@ -1125,7 +1125,7 @@ getImportableContents r importtreeconfig ci matcher = do notignored = notIgnoredImportLocation importtreeconfig ci loc #ifdef mingw32_HOST_OS - loc' = fromOsPath (fromImportLocation loc) + loc' = fromOsPath (fromImportLocation loc) #endif wantedunder dbhandle root (loc, v) =