Update deps, step two (because I suck)

This commit is contained in:
Jakob Borg 2015-12-22 09:43:25 +01:00
parent c7aec839ae
commit eb4f5e9faa
1 changed files with 23 additions and 23 deletions

View File

@ -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
}