- fix for previous change

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1143 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-05-16 19:11:38 +00:00
parent 35a12ea868
commit da8dfa9e66
1 changed files with 3 additions and 1 deletions

View File

@ -146,8 +146,10 @@ void print_usage_and_die(void)
const char *arg_str;
/* Skip "hidden" options */
if (option_help[i] == NULL)
if (option_help[i] == NULL) {
i++;
continue;
}
if (options[i].val > 0 && options[i].val < 128)
sprintf(tmp, ", -%c", options[i].val);