mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 10:49:26 +03:00
Some vane cleanups, etc.
This commit is contained in:
parent
4c8db08588
commit
d57b87d94a
@ -11,6 +11,9 @@
|
||||
j2_mby(Pt5, trip)(u2_wire wir_r,
|
||||
u2_atom a) // retain
|
||||
{
|
||||
if ( u2_no == u2_stud(a) ) {
|
||||
return u2_bl_bail(wir_r, c3__exit);
|
||||
}
|
||||
return j2_mbc(Pt3, rip)(wir_r, _3, a);
|
||||
}
|
||||
u2_noun // transfer
|
||||
|
2
v/main.c
2
v/main.c
@ -72,7 +72,7 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
u2_Host.ops_u.vno = u2_no;
|
||||
u2_Host.ops_u.kno_w = DefaultKernel;
|
||||
|
||||
while ( (ch_i = getopt(argc, argv, "I:X:f:k:l:n:p:r:Labcdgqv")) != -1 ) {
|
||||
while ( (ch_i = getopt(argc, argv, "I:X:f:k:l:n:p:r:LabcdgqvV")) != -1 ) {
|
||||
switch ( ch_i ) {
|
||||
case 'I': {
|
||||
u2_Host.ops_u.imp_c = strdup(optarg);
|
||||
|
4
v/sist.c
4
v/sist.c
@ -1042,7 +1042,9 @@ _sist_rest(u2_reck* rec_u)
|
||||
|
||||
u2_reck_wind(rec_u, u2k(now));
|
||||
if ( (u2_yes == u2_Host.ops_u.vno) &&
|
||||
(c3__veer == u2h(u2t(ovo))) ) {
|
||||
( (c3__veer == u2h(u2t(ovo)) ||
|
||||
(c3__vega == u2h(u2t(ovo)))) ) )
|
||||
{
|
||||
fprintf(stderr, "replay: skipped veer\n");
|
||||
}
|
||||
else if ( u2_yes == u2_Host.ops_u.fog &&
|
||||
|
Loading…
Reference in New Issue
Block a user