Jan Breuer
2013-10-03 0fe472e083c40b858202db20f645eb7ac0957b30
libscpi/src/parser.c
@@ -370,7 +370,7 @@
 * @return 
 */
size_t SCPI_ResultBool(scpi_t * context, bool_t val) {
   return SCPI_ResultInt(context, val);
   return SCPI_ResultInt(context, val ? 1 : 0);
}
/**
@@ -579,7 +579,7 @@
}
/**
 * Parse boolean parameter
 * Parse boolean parameter as described in the spec SCPI-99 7.3 Boolean Program Data
 * @param context
 * @param value
 * @param mandatory