
19 Jul
2023
19 Jul
'23
12:25 p.m.
On Tue, Jul 18, 2023 at 17:27:36 +0200, Michal Privoznik wrote:
Firstly, drop needless concatenation of two static strings. Secondly, use proper (portable) formatter for uint64_t so that typecast to ULL can be dropped.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/util/virrandom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>