Fixed [bugs:#24] comparison is always false. Thank you, Anonymous!

This commit is contained in:
skarg
2013-08-29 18:14:07 +00:00
parent 3bb7b25219
commit efe8587f9f
+1 -1
View File
@@ -1321,7 +1321,7 @@ bool bacapp_print_value(
char *str;
bool retval = false;
size_t str_len = 32;
uint16_t status;
int status;
while (true) {
/* Try to allocate memory for the output string. Give up if unable. */