diff --git a/vere/main.c b/vere/main.c index f911ad05a..80d1bd925 100644 --- a/vere/main.c +++ b/vere/main.c @@ -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': {