We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a473f commit d3b5f4aCopy full SHA for d3b5f4a
1 file changed
core/src/Streamly/Internal/FileSystem/Windows/ReadDir.hsc
@@ -156,7 +156,7 @@ newtype DirStream =
156
157
openDirStream :: WindowsPath -> IO DirStream
158
openDirStream p = do
159
- let path = Path.unsafeAppend p $ Path.unsafeFromString "*"
+ let path = Path.unsafeExtend p $ Path.unsafeFromString "*"
160
fp_finddata <- mallocForeignPtrBytes (# const sizeof(WIN32_FIND_DATAW) )
161
withForeignPtr fp_finddata $ \dataPtr -> do
162
handle <-
0 commit comments