On Thu, Mar 07, 2019 at 11:14:41 +0100, Andrea Bolognani wrote:
While this function is not, strictly speaking, a predicate,
it still mostly behaves like one as evidenced by the vast
majority of its callers, so using bool rather than int as
the return type makes sense.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/util/virstring.c | 8 ++++----
src/util/virstring.h | 4 ++--
tests/testutilsqemu.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
ACK