From 5a992ed938378c027ef3f70967fa0aa95cf9985a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Jan 2015 13:46:57 -0400 Subject: windows build fix --- Remote/Rsync/RsyncUrl.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/Rsync/RsyncUrl.hs') diff --git a/Remote/Rsync/RsyncUrl.hs b/Remote/Rsync/RsyncUrl.hs index 9a7319246..a7a2ac8f6 100644 --- a/Remote/Rsync/RsyncUrl.hs +++ b/Remote/Rsync/RsyncUrl.hs @@ -44,5 +44,5 @@ rsyncUrls o k = map use dirHashes #ifndef mingw32_HOST_OS hash h = h def k #else - hash h = replace "\\" "/" (h k) + hash h = replace "\\" "/" (h def k) #endif -- cgit v1.2.3