We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7bd75 commit 586a3a1Copy full SHA for 586a3a1
src/xrCore/LocatorAPI_auth.cpp
@@ -75,7 +75,7 @@ void CLocatorAPI::auth_runtime(void* params)
75
continue;
76
77
// test for important
78
- for (s = 0; s < _o->important.size(); s++)
+ for (u32 s = 0; s < _o->important.size(); s++)
79
{
80
if ((f.size_real != 0) && strstr(f.name, _o->important[s].c_str()))
81
0 commit comments