1
0
Fork 0

DBG: fixed issue #731

This commit is contained in:
mrexodia 2016-06-08 03:11:42 +02:00
parent 137b3f3164
commit e4920c72a8
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ int RefFind(duint Address, duint Size, CBREF Callback, void* UserData, bool Sile
{
GuiReferenceSetCurrentTaskProgress(percent, "Region Search");
GuiReferenceSetProgress(percent);
}, false);
}, disasmText);
}
else if(type == CURRENT_MODULE) // Search in current Module
{
@ -104,7 +104,7 @@ int RefFind(duint Address, duint Size, CBREF Callback, void* UserData, bool Sile
{
GuiReferenceSetCurrentTaskProgress(percent, "Module Search");
GuiReferenceSetProgress(percent);
}, false);
}, disasmText);
}
else if(type == ALL_MODULES) // Search in all Modules
{