Fixed bug in uriPathToPath for Windows.

This commit is contained in:
John MacFarlane 2018-05-08 11:31:00 -07:00
parent 83fb9d5495
commit b8231a8eca

View file

@ -644,7 +644,7 @@ uriPathToPath path =
#ifdef _WINDOWS
case path of
'/':ps -> ps
_ -> p
ps -> ps
#else
path
#endif