This commit is contained in:
Branimir Karadžić
2017-09-30 16:25:11 -07:00
parent 3708ed0d16
commit ed572fc5a6
10 changed files with 56 additions and 53 deletions

View File

@@ -592,7 +592,7 @@ restart:
for (AppI* app = getFirstApp(); NULL != app; app = app->getNext() )
{
if (NULL == selected
&& bx::strFindI(app->getName(), find) )
&& bx::strFindI(app->getName(), INT32_MAX, find) )
{
selected = app;
}
@@ -749,7 +749,7 @@ restart:
}
_debug = s_debug;
s_width = _width;
s_height = _height;