File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 107767731a887cac817a4124d9fc52e62e54bd9c
2
+ refs/heads/master: 02e9400a82048b75c690308e2b9ca4a5cc1b155c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ fn self_exe_path() -> option<path> {
296
296
KERN_PROC_PATHNAME as c_int , -1 as c_int ] ;
297
297
sysctl ( vec:: unsafe:: to_ptr ( mib) , vec:: len ( mib) as c_uint ,
298
298
buf as * mutable c_void , ptr:: mut_addr_of ( sz) ,
299
- ptr:: null ( ) , 0 u as size_t ) ! = ( 0 as c_int )
299
+ ptr:: null ( ) , 0 u as size_t ) = = ( 0 as c_int )
300
300
}
301
301
}
302
302
You can’t perform that action at this time.
0 commit comments