firmware-utils: fix use of NULL string progname
authorStefan Weil <sw@weilnetz.de>
Sun, 19 Mar 2023 10:19:48 +0000 (11:19 +0100)
committerAlexander Couzens <lynxis@fe80.eu>
Wed, 30 Aug 2023 14:48:29 +0000 (16:48 +0200)
commita170683c0e11ecc92b4ff74f34f77e180e15071a
treef8e391bd65f1ff833591cd70b67b33a891194e67
parent9e2de8515be15e2b61ae518ce592e5b446ef2d48
firmware-utils: fix use of NULL string progname

The compiler complains about several lines which use `progname`,
but that char pointer was NULL.

Fixes: 16cff6c7ca36 ("firmware-utils: fix unused variable warnings")
Signed-off-by: Stefan Weil <sw@weilnetz.de>
src/mkzcfw.c