mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/console: Allow empty string value param to conf set cmd.
This commit is contained in:
parent
077f8bb546
commit
5cbc35298d
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ console_cmd__conf__set(opt &out, const string_view &line)
|
||||||
|
|
||||||
const auto &val
|
const auto &val
|
||||||
{
|
{
|
||||||
param.at(1)
|
param[1]
|
||||||
};
|
};
|
||||||
|
|
||||||
using prototype = m::event::id::buf (const m::user::id &,
|
using prototype = m::event::id::buf (const m::user::id &,
|
||||||
|
|
Loading…
Reference in a new issue