lib.c: (set_progname): Set program name even if `argv[0]' has no `/'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 14 May 2021 20:46:24 +0000 (21:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 May 2021 13:59:00 +0000 (14:59 +0100)
commitd6127242c41e7805b8c77131f4cbbb304e0d7d39
treeb60febcb9d93d62ae41dcc233d5be13fd9672a3d
parent164c2063204d266072153bfaf499540d0df2c647
lib.c: (set_progname): Set program name even if `argv[0]' has no `/'.

At least it was `???' and not a null pointer, but it's still rather
poor.
lib.c