]> Cypherpunks repositories - gostls13.git/commit
In the PNG reader inner loop, collapse the two ReadFull calls into one.
authorNigel Tao <nigeltao@golang.org>
Sat, 10 Oct 2009 05:44:40 +0000 (22:44 -0700)
committerNigel Tao <nigeltao@golang.org>
Sat, 10 Oct 2009 05:44:40 +0000 (22:44 -0700)
commit6e4f9353697a77df6f79c50ccb49736497e986eb
tree5d818c3b0f93180cb1bb33a91afa02101eea5374
parentfb1bcd47c6c172d93d2ed1f320baf49d96a88975
In the PNG reader inner loop, collapse the two ReadFull calls into one.

R=rsc,r
APPROVED=rsc
DELTA=29  (2 added, 4 deleted, 23 changed)
OCL=35460
CL=35565
src/pkg/image/png/reader.go
src/pkg/image/png/writer.go