tabs
This commit is contained in:
parent
560041cab9
commit
d223d4e350
@ -869,7 +869,7 @@ bool path_open(const std::string& path, int mode, std::fstream& outstream)
|
|||||||
outstream.open(wpath, std::ios_base::openmode(mode));
|
outstream.open(wpath, std::ios_base::openmode(mode));
|
||||||
if (!outstream.is_open()) {
|
if (!outstream.is_open()) {
|
||||||
LOGERR("path_open("<< path << ", "<< mode <<") errno " << errno <<"\n");
|
LOGERR("path_open("<< path << ", "<< mode <<") errno " << errno <<"\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user