libscpi/src/parser.c
@@ -625,7 +625,7 @@ * @param mandatory * @return */ bool_t SCPI_ParamChoice(scpi_t * context, const char * options[], size_t * value, bool_t mandatory) { bool_t SCPI_ParamChoice(scpi_t * context, const char * options[], int32_t * value, bool_t mandatory) { const char * param; size_t param_len; size_t res;