mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::fs: Fix fs::error template.
This commit is contained in:
parent
4c1efcaf83
commit
3c4591b121
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ ircd::fs::error::error(const char *const &fmt,
|
|||
args&&... a)
|
||||
:std::system_error
|
||||
{
|
||||
std::errc::invalid_argument
|
||||
make_error_code(std::errc::invalid_argument)
|
||||
}
|
||||
,ircd::error
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue