otpcli.c: make sure leading zeros of password are shown
commit69309b9bdc5d9b89185c55f0e5dded26e0c1cfb8
authorKyle J. McKay <mackyle@gmail.com>
Sat, 19 Aug 2023 03:23:33 +0000 (18 20:23 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 19 Aug 2023 03:23:33 +0000 (18 20:23 -0700)
treede1d1b41433345abc8d00713ec4b98b76ed5dec7
parent50ec40d26ddf449dbebda44e4ef5fd7e20adff97
otpcli.c: make sure leading zeros of password are shown

Add the missing '0' character to the format specification in both
places to make sure that leading zeros of the password are not
omitted.
otpcli.c