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:
parent
965134079e
commit
4da523ddf9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue