Commit 2f662197 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1a8733ec
......@@ -134,7 +134,7 @@ static error _pathError(const char *op, const string &path, int syserr) {
char ebuf[128];
char *estr = strerror_r(syserr, ebuf, sizeof(ebuf));
return fmt::errorf("%s %s: %s", op, v(path), estr);
return fmt::errorf("%s %s: %s", op, v(path), estr); // XXX estr -> errnoError
}
} // os::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment