Skip to content
Snippets Groups Projects
Commit b8d40593 authored by whh8b's avatar whh8b
Browse files

Check for variant id != -1

parent 33433c2d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ int main(int argc, char* argv[])
VariantID_t *pidp=NULL;
FileIR_t * firp=NULL;
if ((!options->GetVariantID()))
if (options->GetVariantID() == -1)
{
Options_t::print_usage(argc, argv);
return 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