0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd::fs: Fix fs::error template.

This commit is contained in:
Jason Volk 2018-12-21 15:32:12 -08:00
parent 4c1efcaf83
commit 3c4591b121

View file

@ -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
{