mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 22:31:30 +03:00
khan: constant first
This commit is contained in:
parent
b3e71b1e55
commit
a48e627951
@ -246,7 +246,7 @@ _khan_io_exit(u3_auto* car_u)
|
||||
{
|
||||
u3_khan* kan_u = (u3_khan*)car_u;
|
||||
|
||||
if ( car_u->liv_o == c3y ) {
|
||||
if ( c3y == car_u->liv_o ) {
|
||||
c3_c* pax_c = u3_Host.dir_c;
|
||||
c3_w len_w = strlen(pax_c) + 1 + sizeof(URB_SOCK_PATH);
|
||||
c3_c* paf_c = c3_malloc(len_w);
|
||||
|
Loading…
Reference in New Issue
Block a user