]> Cypherpunks repositories - gostls13.git/commit
syscall: fix Stat(path) where path is directory with trailing '/' on windows
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 30 Oct 2010 12:06:49 +0000 (23:06 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 30 Oct 2010 12:06:49 +0000 (23:06 +1100)
commit7812b7962761ee10fb78f608f062af16b5be046e
tree7fb4620cc104647113c36625cdba3636327daacf
parentedaeb88bd5f0efbac24acc73c18924257b336d1c
syscall: fix Stat(path) where path is directory with trailing '/' on windows

Fixes #1220.

R=rsc, r
CC=golang-dev
https://golang.org/cl/2728043
src/pkg/os/os_test.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/ztypes_windows_386.go