]> Cypherpunks repositories - gostls13.git/commit
os: fix Windows build from earlier readdir change
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 May 2011 17:27:49 +0000 (10:27 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 May 2011 17:27:49 +0000 (10:27 -0700)
commit3587085fb75c5d10d73b0508071ba19402dc6bfc
treea89ab8334d2aaeec0687f669ff69a28abd34e3db
parent0d111a62e14ebdd5c3e2482620a3e9542d97d3c0
os: fix Windows build from earlier readdir change

It worked originally, until I renamed a variable. :/

dir_windows.go:11: undefined: e
http://godashboard.appspot.com/log/092397f2ac7a1e6e812dc6bebc65b40b02368700a119343d5cee5e2e89e0fde5

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4535072
src/pkg/os/dir_windows.go