On a Wednesday in 2020, Peter Krempa wrote:
The converted string is used exactly once so we can call the
conversion
without storing the result in a variable.
I presume this was done to reduce line length, not to reuse it.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/snapshot_conf.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano