Fixed [bugs:#24] comparison is always false. Thank you, Anonymous!
This commit is contained in:
@@ -1321,7 +1321,7 @@ bool bacapp_print_value(
|
|||||||
char *str;
|
char *str;
|
||||||
bool retval = false;
|
bool retval = false;
|
||||||
size_t str_len = 32;
|
size_t str_len = 32;
|
||||||
uint16_t status;
|
int status;
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
/* Try to allocate memory for the output string. Give up if unable. */
|
/* Try to allocate memory for the output string. Give up if unable. */
|
||||||
|
|||||||
Reference in New Issue
Block a user