Fixed bug in uriPathToPath for Windows.
This commit is contained in:
parent
83fb9d5495
commit
b8231a8eca
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ uriPathToPath path =
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
case path of
|
case path of
|
||||||
'/':ps -> ps
|
'/':ps -> ps
|
||||||
_ -> p
|
ps -> ps
|
||||||
#else
|
#else
|
||||||
path
|
path
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue