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
9b4ba34c68
commit
1baf340d1c
@ -503,8 +503,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