mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
sanitiser bugfix
This commit is contained in:
committed by
Konstantinos Margaritis
parent
4fb3a48dfd
commit
dc78dc1633
@@ -499,8 +499,8 @@ void processArgs(int argc, char *argv[], CorpusProperties &corpus_gen_prop,
|
||||
} else if (in_corpora) {
|
||||
corpora->push_back(optarg);
|
||||
in_corpora = 2;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 0:
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user