mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Update deps, step two (because I suck)
This commit is contained in:
parent
c7aec839ae
commit
eb4f5e9faa
2
Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go
generated
vendored
2
Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go
generated
vendored
@ -55,7 +55,7 @@ func executable() (string, error) {
|
||||
argv := uintptr(unsafe.Pointer(&buf[0]))
|
||||
Loop:
|
||||
for {
|
||||
argp := *(**[1<<20]byte)(unsafe.Pointer(argv))
|
||||
argp := *(**[1 << 20]byte)(unsafe.Pointer(argv))
|
||||
if argp == nil {
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user