0
0
Fork 0
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:
Jason Volk 2019-03-09 17:21:09 -08:00
parent 077f8bb546
commit 5cbc35298d

View file

@ -964,7 +964,7 @@ console_cmd__conf__set(opt &out, const string_view &line)
const auto &val
{
param.at(1)
param[1]
};
using prototype = m::event::id::buf (const m::user::id &,