]> Cypherpunks repositories - gostls13.git/commit
godoc/zip.go: fix another zip file system bug
authorRobert Griesemer <gri@golang.org>
Fri, 22 Jul 2011 22:21:50 +0000 (15:21 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 22 Jul 2011 22:21:50 +0000 (15:21 -0700)
commite62e595e7a376740c894f281948e305ba2c0ffd1
tree381fa566363bd5cd81930170930c1789804f35a9
parentfa497796f5cbbbf962876422a133f3bef97f53df
godoc/zip.go: fix another zip file system bug

Don't report that a directory was found just because we found
the list index where the directory would be if it were there...

R=iant
CC=golang-dev
https://golang.org/cl/4812051
src/cmd/godoc/zip.go