Browse Source

Corrected a bug where match records were not recorded in the ScanData.

Updated engine minor version.


git-svn-id: https://svn.microneil.com/svn/SNFMulti/trunk@42 dc71a809-1921-45c4-985c-09c81d0142d9
wx
madscientist 12 years ago
parent
commit
f25ac2161c
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      SNFMulti.cpp

+ 3
- 2
SNFMulti.cpp View File



//// Version Info //// 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 //// Script Caller Methods


S = TmpSNFMatch.symbol; S = TmpSNFMatch.symbol;
} }
// Move on to next result.
// Record this MatchRecord and mMove on to next result.
MyScanData.MatchRecords.push_back(TmpSNFMatch);
ResultsCount++; ResultsCount++;
ResultCursor=ResultCursor->NextMatchRecord; ResultCursor=ResultCursor->NextMatchRecord;
} }

Loading…
Cancel
Save