fprintd/utils
Marco Trevisan (Treviño) e10417a907 verify: Constify username
utils/verify.c:191:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
191 |   username = "";
    |            ^
2020-02-05 15:25:35 +01:00
..
delete.c all: Call setlocale() at the start of main() 2020-01-14 13:51:46 +01:00
enroll.c enroll: Fix usernames memory leak 2020-02-05 15:25:35 +01:00
list.c all: Call setlocale() at the start of main() 2020-01-14 13:51:46 +01:00
Makefile.am utils: Move test binaries into utils 2019-12-03 17:08:03 +01:00
meson.build build: Add meson build system 2020-02-05 15:25:35 +01:00
verify.c verify: Constify username 2020-02-05 15:25:35 +01:00