Skip to content

Commit 6ca99d6

Browse files
committed
---
yaml --- r: 11813 b: refs/heads/master c: 02e9400 h: refs/heads/master i: 11811: 192da97 v: v3
1 parent 8754595 commit 6ca99d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 107767731a887cac817a4124d9fc52e62e54bd9c
2+
refs/heads/master: 02e9400a82048b75c690308e2b9ca4a5cc1b155c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ fn self_exe_path() -> option<path> {
296296
KERN_PROC_PATHNAME as c_int, -1 as c_int];
297297
sysctl(vec::unsafe::to_ptr(mib), vec::len(mib) as c_uint,
298298
buf as *mutable c_void, ptr::mut_addr_of(sz),
299-
ptr::null(), 0u as size_t) != (0 as c_int)
299+
ptr::null(), 0u as size_t) == (0 as c_int)
300300
}
301301
}
302302

0 commit comments

Comments
 (0)