mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
CREATE_PROJECT: Fix warning when building on Mac
This commit is contained in:
parent
f77b3af2b5
commit
41ab2c799b
@ -2009,7 +2009,7 @@ void ProjectProvider::createModuleList(const std::string &moduleDir, const Strin
|
||||
}
|
||||
|
||||
if (forDetection) {
|
||||
int p = moduleRootDir.find('/');
|
||||
std::string::size_type p = moduleRootDir.find('/');
|
||||
std::string engineName = moduleRootDir.substr(p + 1);
|
||||
std::string engineNameUpper;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user