diff --git a/main/utils.c b/main/utils.c index 66bf0ae50c..10a95c130a 100644 --- a/main/utils.c +++ b/main/utils.c @@ -1491,7 +1491,7 @@ void __ast_string_field_ptr_build_va(struct ast_string_field_mgr *mgr, otherwise, use the empty space at the end of the current pool */ - if ((*ptr)[0] != '0') { + if ((*ptr)[0] != '\0') { target = (char *) *ptr; available = strlen(target) + 1; } else {