mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Fixed bug in uriPathToPath for Windows.
This commit is contained in:
@@ -644,7 +644,7 @@ uriPathToPath path =
|
||||
#ifdef _WINDOWS
|
||||
case path of
|
||||
'/':ps -> ps
|
||||
_ -> p
|
||||
ps -> ps
|
||||
#else
|
||||
path
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user