Re: [libvirt PATCH] util: Drop pointless NUL_TERMINATE macro

2021-10-26 Thread Peter Krempa
On Mon, Oct 25, 2021 at 17:32:05 +0200, Jiri Denemark wrote: > It's only used once and open coding it is at least as clear as using the > macro. > > Signed-off-by: Jiri Denemark > --- > src/internal.h | 2 -- > src/util/virutil.c | 2 +- > 2 files changed, 1 insertion(+), 3 deletions(-)

[libvirt PATCH] util: Drop pointless NUL_TERMINATE macro

2021-10-25 Thread Jiri Denemark
It's only used once and open coding it is at least as clear as using the macro. Signed-off-by: Jiri Denemark --- src/internal.h | 2 -- src/util/virutil.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/internal.h b/src/internal.h index e1250a59fe..d3809bf057