Core/ParameterList: Fix GetIntegerParameter
Former-commit-id: a7d0c83297d656a22f5688fed716b62ea15402c0 [formerly f45c562d8f8fdfe095c3f4b0dc7488da26332ff6] Former-commit-id: 53c706e8e5f13898f6e1287336d12106fc28a6e3
This commit is contained in:
parent
925156b044
commit
fa1dae35f3
|
|
@ -249,7 +249,7 @@ namespace Nz
|
||||||
|
|
||||||
case ParameterType_Integer:
|
case ParameterType_Integer:
|
||||||
*value = it->second.value.intVal;
|
*value = it->second.value.intVal;
|
||||||
return false;
|
return true;
|
||||||
|
|
||||||
case ParameterType_String:
|
case ParameterType_String:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue