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