Skip to content

Commit 50d6beb

Browse files
fixup: asCString -> asFsCString
1 parent c1cc73d commit 50d6beb

File tree

1 file changed

+1
-5
lines changed
  • core/src/Streamly/FileSystem

1 file changed

+1
-5
lines changed

core/src/Streamly/FileSystem/Path.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ module Streamly.FileSystem.Path
8686
, toChunk
8787
, toChars
8888
, toString
89-
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
90-
, asCString
91-
#else
92-
, asCWString
93-
#endif
89+
, asFsCString
9490

9591
-- * Path Info
9692
, isRooted

0 commit comments

Comments
 (0)