Skip to content
Snippets Groups Projects
Commit e73744d4 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-06-28 15:16:59 by simonmar]

writeHandle has been removed.
parent ac427fba
No related merge requests found
......@@ -265,7 +265,9 @@ trySlurp handle sz_i chunk =
-- and add 1 to allow room for the final sentinel \NUL at
-- the end of the file.
(chunk', rc) <- slurpFile 0# 0# chunk chunk_sz (chunk_sz -# (tAB_SIZE +# 1#))
#if __GLASGOW_HASKELL__ < 404
writeHandle handle handle_
#endif
if rc < (0::Int)
then constructErrorAndFail "slurpFile"
else return (chunk', rc+1 {-room for sentinel-})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment