mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 05:04:56 +03:00
Proper auto directory name.
This commit is contained in:
parent
0efc544ae9
commit
0cacc4ed49
2
v/main.c
2
v/main.c
@ -92,7 +92,7 @@ _main_getopt(c3_i argc, c3_c** argv)
|
|||||||
case 'w': {
|
case 'w': {
|
||||||
u3_Host.ops_u.who_c = _main_presig(optarg);
|
u3_Host.ops_u.who_c = _main_presig(optarg);
|
||||||
u3_Host.ops_u.nuu = c3y;
|
u3_Host.ops_u.nuu = c3y;
|
||||||
u3_Host.dir_c = strdup(u3_Host.ops_u.who_c);
|
u3_Host.dir_c = strdup(1 + u3_Host.ops_u.who_c);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 't': {
|
case 't': {
|
||||||
|
Loading…
Reference in New Issue
Block a user