some modification about directory feature

pull/152/head
x86kernel 10 years ago
parent 7cf172d282
commit a541dd35f8

@ -53,7 +53,7 @@ public:
{ {
if (os::dir_check(fname, dirs)) if (os::dir_check(fname, dirs))
if(os::create_dirs(dirs)) if(os::create_dirs(dirs))
return; break;
if(!os::fopen_s(&_fd, fname, mode)) if(!os::fopen_s(&_fd, fname, mode))
return; return;

Loading…
Cancel
Save