0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-17 15:30:52 +01: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)) if(!qi::parse(start, stop, id::parser.sigil, ret))
throw BAD_SIGIL throw BAD_SIGIL
{ {
"'%c' is not a valid sigil", c "not a valid sigil"
}; };
assert(start == stop); assert(start == stop);