0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

ircd::conf: Fix assumptional integer type.

This commit is contained in:
Jason Volk 2018-11-14 18:38:54 -08:00
parent 8032e6cb0c
commit fb230a6630

View file

@ -129,7 +129,7 @@ struct ircd::conf::lex_castable
}
,conf::value<T>
(
feature.get("default", long(0))
feature.get("default", T(0))
)
{
call_init();