fprintd/utils
Marco Trevisan (Treviño) 2e00c7a4b1 enroll: Always use allocated memory for finger name
Given that finger_name is set by GOptionEntry, make sure it's always
using allocated memory.

../utils/enroll.c:38:28: error: initialization discards ‘const’ qualifier
  from pointer target type [-Werror=discarded-qualifiers]
38 | static char *finger_name = "right-index-finger";
   |                            ^~~~~~~~~~~~~~~~~~~~
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: Always use allocated memory for finger name 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 all: Call setlocale() at the start of main() 2020-01-14 13:51:46 +01:00