Re: [PATCH 32/39] util: virresctrl: Use g_strsplit instead of virStringSplitCount

2021-04-09 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: In 3 of 4 instances the code didn't even need the count of the elements. Signed-off-by: Peter Krempa --- src/util/virresctrl.c | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) Reviewed-by: Ján Tomko

[PATCH 32/39] util: virresctrl: Use g_strsplit instead of virStringSplitCount

2021-04-01 Thread Peter Krempa
In 3 of 4 instances the code didn't even need the count of the elements. Signed-off-by: Peter Krempa --- src/util/virresctrl.c | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c index