mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
correct dump filenames of som rev engines
This commit is contained in:
@@ -968,7 +968,7 @@ void dumpRevNfas(const RoseEngine *t, bool dump_raw, const string &base) {
|
||||
const NFA *n = (const NFA *)(tp + rev_offsets[i]);
|
||||
|
||||
stringstream ssbase;
|
||||
ssbase << base << "rose_nfa_" << i;
|
||||
ssbase << base << "som_rev_nfa_" << i;
|
||||
nfaGenerateDumpFiles(n, ssbase.str());
|
||||
|
||||
if (dump_raw) {
|
||||
|
Reference in New Issue
Block a user