mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
gpg-card: Fix type of historyname.
* tools/gpg-card.c (interactive_loop): Remove const qualifier. -- Fixes-commit: d70b8769c888f42896ae3ef4972bf82e9b5a0c32 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
5c514a274c
commit
43000b0434
@ -3772,7 +3772,7 @@ interactive_loop (void)
|
||||
card_info_t info = &info_buffer;
|
||||
char *p;
|
||||
int i;
|
||||
const char *historyname = NULL;
|
||||
char *historyname = NULL;
|
||||
|
||||
/* In the interactive mode we do not want to print the program prefix. */
|
||||
log_set_prefix (NULL, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user