0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-19 00:10:59 +01:00

ircd:Ⓜ️ Reflect sigil in m::id parse failure here.

This commit is contained in:
Jason Volk 2018-02-10 17:00:20 -08:00
parent 3597d1eb6b
commit 6c6069fc2c

View file

@ -224,7 +224,7 @@ const try
} }
catch(const qi::expectation_failure<const char *> &e) catch(const qi::expectation_failure<const char *> &e)
{ {
failure(e, "mxid"); failure(e, reflect(sigil));
} }
ircd::string_view ircd::string_view