main: repath scry path

This commit is contained in:
Jōshin 2022-01-31 14:19:27 -06:00
parent 8191955eff
commit 3f1c526d2e
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -129,7 +129,7 @@ _main_getopt(c3_i argc, c3_c** argv)
break;
}
case 'Y': {
u3_Host.ops_u.puk_c = strdup(optarg);
u3_Host.ops_u.puk_c = _main_repath(optarg);
break;
}
case 'Z': {