0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd:Ⓜ️🆔 Avoid character readback here.

This commit is contained in:
Jason Volk 2019-02-05 23:17:26 -08:00
parent 965134079e
commit 4da523ddf9

View file

@ -776,7 +776,7 @@ ircd::m::sigil(const char &c)
if(!qi::parse(start, stop, id::parser.sigil, ret))
throw BAD_SIGIL
{
"'%c' is not a valid sigil", c
"not a valid sigil"
};
assert(start == stop);