Skip to content
Snippets Groups Projects
Commit c42d8ca7 authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: f22fbe06745849ad79fd9932b546f9623b67205b
parent 29a5c0fc
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,12 @@ int main(int argc, char **argv)
exit(1);
}
if(!getenv("FIX_CALLS_FIX_ALL_CALLS"))
{
cerr<<"FIX_CALLS_FIX_ALL_CALLS should be set."<<endl;
exit(1);
}
string programName(argv[0]);
int variantID = atoi(argv[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment