mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-29 03:24:36 +00:00
Merge pull request #563 from Nekotekina/master
Fixed mkdir (PKG Install issue)
This commit is contained in:
commit
582825934c
@ -194,7 +194,7 @@ std::string rGetCwd()
|
||||
|
||||
bool rMkdir(const std::string &dir)
|
||||
{
|
||||
return mkdir(dir.c_str());
|
||||
return !mkdir(dir.c_str());
|
||||
}
|
||||
|
||||
bool rMkpath(const std::string& path)
|
||||
|
Loading…
Reference in New Issue
Block a user