Skip to content

Commit fe3f98e

Browse files
committed
---
yaml --- r: 14819 b: refs/heads/try c: 02e9400 h: refs/heads/master i: 14817: bae1262 14815: adb5c0a v: v3
1 parent cf61b6b commit fe3f98e

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 107767731a887cac817a4124d9fc52e62e54bd9c
5+
refs/heads/try: 02e9400a82048b75c690308e2b9ca4a5cc1b155c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)