[project @ 2003-04-23 10:27:53 by simonmar]
authorsimonmar <unknown>
Wed, 23 Apr 2003 10:27:53 +0000 (10:27 +0000)
committersimonmar <unknown>
Wed, 23 Apr 2003 10:27:53 +0000 (10:27 +0000)
commitc6c29f8f5f359b08b9ec69f74cda2cf2fd07a619
tree8154a265ffa8fcf91ef5e65a0e4f0e4527ce558b
parent6855b40946b33e776206886eb01d12c078c420ea
[project @ 2003-04-23 10:27:53 by simonmar]
hGetArray/hPutArray with a count argument of zero now just return
doing nothing.  This brings them into line with hGetBuf/hPutBuf and
fixes a bug in Data.PackedString.hPutPS which fails on an empty string.
Data/Array/IO.hs