mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix dumb typo.
This commit is contained in:
parent
19c5d12885
commit
091d4ac76f
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ int MetaFileSystem::RenameFile(const std::string &from, const std::string &to)
|
|||
if (MapFilePath(from, of, &osystem))
|
||||
{
|
||||
// If it's a relative path, it seems to always use from's filesystem.
|
||||
if (to.find(':/') != to.npos)
|
||||
if (to.find(":/") != to.npos)
|
||||
{
|
||||
if (!MapFilePath(to, rf, &rsystem))
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue