mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-02 23:27:31 -04:00
windows/registry: remove debugging dreg
copy of CL 13828 change Change-Id: I48ea36171281eed8e59b92e130c762142fb94604 Reviewed-on: https://go-review.googlesource.com/13829 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
@@ -310,7 +310,6 @@ loopItems:
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
if err == syscall.ERROR_MORE_DATA {
|
if err == syscall.ERROR_MORE_DATA {
|
||||||
println(len(buf), l)
|
|
||||||
// Double buffer size and try again.
|
// Double buffer size and try again.
|
||||||
l = uint32(2 * len(buf))
|
l = uint32(2 * len(buf))
|
||||||
buf = make([]uint16, l)
|
buf = make([]uint16, l)
|
||||||
|
|||||||
Reference in New Issue
Block a user