
23 Sep
2020
23 Sep
'20
11:36 a.m.
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@redhat.com> --- src/conf/snapshot_conf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano