cmplog check_binary

This commit is contained in:
Andrea Fioraldi
2020-01-30 22:43:04 +01:00
parent 95a98fb3e8
commit b15cd4a82a

View File

@ -204,7 +204,6 @@ int main(int argc, char** argv) {
cmplog_mode = 1;
cmplog_binary = ck_strdup(optarg);
// TODO check cmplog_binary validity
break;
}
@ -868,6 +867,8 @@ int main(int argc, char** argv) {
if (!out_file) setup_stdio_file();
if (cmplog_binary)
check_binary(cmplog_binary);
check_binary(argv[optind]);
start_time = get_cur_time();