Skip to content

Commit

Permalink
UNFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Jan 23, 2024
1 parent 28e4eb0 commit 71a9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Directory/Internal/Windows.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ fromExtendedLengthPath ePath' =
case path of
c5 : c6 : c7 : subpath@(c8 : _)
| (toChar <$> [c5, c6, c7, c8]) == "UNC\\" ->
os "\\" <> pack subpath
{-os "\\" <> -} pack subpath
drive : col : subpath
-- if the path is not "regular", then the prefix is necessary
-- to ensure the path is interpreted literally
Expand Down

0 comments on commit 71a9f98

Please sign in to comment.