forked from lix-project/lix
remove extra space in SysErrors
This commit is contained in:
parent
d82d230b40
commit
156d4f8bc8
|
@ -155,7 +155,7 @@ public:
|
||||||
{
|
{
|
||||||
errNo = errno;
|
errNo = errno;
|
||||||
auto hf = hintfmt(args...);
|
auto hf = hintfmt(args...);
|
||||||
err.hint = hintfmt("%1% : %2%", normaltxt(hf.str()), strerror(errNo));
|
err.hint = hintfmt("%1%: %2%", normaltxt(hf.str()), strerror(errNo));
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual const char* sname() const override { return "SysError"; }
|
virtual const char* sname() const override { return "SysError"; }
|
||||||
|
|
Loading…
Reference in a new issue