Core/ParameterList: Fix GetIntegerParameter
Former-commit-id: 1ae4359084a2707599cf2bda6fdb85bc2b2f35f5 [formerly 992c7be965f1a786b74b62bdacfb2883284ecc5f] Former-commit-id: 7f74a8170f43d0dcd3689c38e6001f8bcf7ddebd
This commit is contained in:
parent
60ada65a97
commit
970416b95e
|
|
@ -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