From 1af8107fec2f8087fd6d581b2b26fc3e1e038df2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Jan 2015 13:46:57 -0400 Subject: [PATCH] windows build fix --- Remote/Rsync/RsyncUrl.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Rsync/RsyncUrl.hs b/Remote/Rsync/RsyncUrl.hs index 9a73192466..a7a2ac8f6f 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