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