1
0
Fork 0

Merge pull request #581 from RaMMicHaeL/patch4

looking good! thanks
This commit is contained in:
Duncan Ogilvie 2016-02-29 02:56:36 +01:00
commit f0293bc387
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ bool MemFindInMap(const std::vector<SimplePage> & pages, const std::vector<Patte
for(const auto page : pages)
{
if(!MemFindInPage(page, 0, pattern, results, maxresults))
return false;
continue;
if(progress)
GuiReferenceSetProgress(int(floor((float(count) / float(total)) * 100.0f)));
if(results.size() >= maxresults)