mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd::fs: Use system_error factory.
This commit is contained in:
parent
bcec03ce1a
commit
70ec2a37c7
1 changed files with 1 additions and 1 deletions
|
@ -2326,7 +2326,7 @@ ircd::fs::error::buf;
|
|||
ircd::fs::error::error(const boost::filesystem::filesystem_error &e)
|
||||
:std::system_error
|
||||
{
|
||||
make_error_code(e), e.what()
|
||||
make_system_error(e)
|
||||
}
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue