|
|
@@ -23,7 +23,7 @@ using namespace std; |
|
|
|
|
|
|
|
//// Version Info |
|
|
|
|
|
|
|
const char* SNF_ENGINE_VERSION = "SNFMulti Engine Version 3.0.20 Build: " __DATE__ " " __TIME__; |
|
|
|
const char* SNF_ENGINE_VERSION = "SNFMulti Engine Version 3.0.21 Build: " __DATE__ " " __TIME__; |
|
|
|
|
|
|
|
//// Script Caller Methods |
|
|
|
|
|
|
@@ -1634,8 +1634,9 @@ int snf_EngineHandler::scanMessage( |
|
|
|
S = TmpSNFMatch.symbol;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Move on to next result.
|
|
|
|
// Record this MatchRecord and mMove on to next result.
|
|
|
|
|
|
|
|
MyScanData.MatchRecords.push_back(TmpSNFMatch);
|
|
|
|
ResultsCount++;
|
|
|
|
ResultCursor=ResultCursor->NextMatchRecord;
|
|
|
|
} |