mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
cleanup
svn-id: r33847
This commit is contained in:
parent
56c9e3ab04
commit
8a84e3a46f
@ -227,8 +227,7 @@ WindowsFilesystemNode::WindowsFilesystemNode(const String &p, const bool current
|
||||
char path[MAX_PATH];
|
||||
GetCurrentDirectory(MAX_PATH, path);
|
||||
_path = path;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
assert(p.size() > 0);
|
||||
_path = p;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user