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 9c43531 commit 8c3337bCopy full SHA for 8c3337b
lib/NativeCode/DynamicLibraryLoaderHelper/NativeRender/dllmain.cpp
@@ -1363,9 +1363,8 @@ void eos_create(EOSConfig& eosConfig)
1363
1364
for (const auto& currentFullValue : eos_steam_config.steamApiInterfaceVersionsArray)
1365
{
1366
- for (size_t characterIndex = 0; characterIndex < currentFullValue.length(); characterIndex++)
+ for (char currentCharacter : currentFullValue)
1367
1368
- char currentCharacter = currentFullValue[characterIndex];
1369
steamApiInterfaceVersionsAsCharArray.push_back(currentCharacter);
1370
}
1371
0 commit comments