mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
*** empty log message ***
This commit is contained in:
parent
076d00674a
commit
8c7787003f
@ -1167,7 +1167,7 @@ make_dir() const {
|
||||
#ifndef WIN32_VC
|
||||
int result = mkdir(dirname.c_str(), 0777);
|
||||
#else
|
||||
int result = mkdir(component.c_str());
|
||||
int result = mkdir(dirname.c_str());
|
||||
#endif
|
||||
|
||||
return (result == 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user