optional sig

This commit is contained in:
Charlie Cummings 2015-08-24 19:23:13 -04:00
parent 3e3498e43d
commit ea3b2a3f83

View File

@ -86,7 +86,7 @@ _main_getopt(c3_i argc, c3_c** argv)
break;
}
case 'I': {
u3_Host.ops_u.imp_c = strdup(optarg);
u3_Host.ops_u.imp_c = _main_presig(optarg);
break;
}
case 'w': {