*** empty log message ***

This commit is contained in:
David Rose 2000-11-14 04:14:48 +00:00
parent 076d00674a
commit 8c7787003f

View File

@ -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);