mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Minor fixes
This commit is contained in:
parent
12d8e0ef38
commit
ebae8dad0a
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ bool vfsDir::Open(const std::string& path)
|
|||
|
||||
for (size_t i = 0; i < blocks.size(); ++i)
|
||||
{
|
||||
if (stricmp(dev_blocks[i].c_str(), blocks[i].c_str()))
|
||||
if (strcmp(dev_blocks[i].c_str(), blocks[i].c_str()))
|
||||
{
|
||||
is_ok = false;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue