You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ykpers/ykpers-1.4.1-getopt.patch

13 lines
438 B

diff -up ykpers-1.4.1/ykpersonalize.c.getopt ykpers-1.4.1/ykpersonalize.c
--- ykpers-1.4.1/ykpersonalize.c.getopt 2011-04-29 16:05:30.000000000 +0200
+++ ykpers-1.4.1/ykpersonalize.c 2011-04-29 16:05:45.000000000 +0200
@@ -205,7 +205,7 @@ int args_to_config(int argc, char **argv
bool *aesviahash,
int *exit_code)
{
- char c;
+ int c;
const char *aeshash = NULL;
bool new_access_code = false;
bool slot_chosen = false;