fix silly mistake in hGetBufSome (#4895)
authorSimon Marlow <marlowsd@gmail.com>
Fri, 21 Jan 2011 14:35:55 +0000 (14:35 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 21 Jan 2011 14:35:55 +0000 (14:35 +0000)
GHC/IO/Handle/Text.hs

index 949231b..e481efd 100644 (file)
@@ -858,7 +858,7 @@ hGetBufSome h ptr count
                                         -- that bufReadNBNonEmpty will not
                                         -- issue another read.
             else
-              bufReadNBEmpty h_ buf (castPtr ptr) 0 count
+              bufReadNBNonEmpty h_ buf (castPtr ptr) 0 count
 
 haFD :: Handle__ -> FD
 haFD h_@Handle__{..} =