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
|
||||
case path of
|
||||
'/':ps -> ps
|
||||
_ -> p
|
||||
ps -> ps
|
||||
#else
|
||||
path
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue