mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
* sc-investigate.c (my_read_line): Renamed from read_line.
This commit is contained in:
parent
4b3427c6ce
commit
8b3cf19e24
@ -1,3 +1,7 @@
|
|||||||
|
2004-06-18 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* sc-investigate.c (my_read_line): Renamed from read_line.
|
||||||
|
|
||||||
2004-06-16 Werner Koch <wk@gnupg.org>
|
2004-06-16 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* apdu.c (osc_get_status): Fixed type in function name. Noted by
|
* apdu.c (osc_get_status): Fixed type in function name. Noted by
|
||||||
|
@ -362,7 +362,7 @@ pin_to_buffer (const char *string, size_t *r_length)
|
|||||||
|
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
read_line (int use_readline, char *prompt)
|
my_read_line (int use_readline, char *prompt)
|
||||||
{
|
{
|
||||||
static char buf[256];
|
static char buf[256];
|
||||||
|
|
||||||
@ -470,7 +470,7 @@ interactive_shell (int slot)
|
|||||||
printf ("\n");
|
printf ("\n");
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
line = read_line (use_readline, "cmd> ");
|
line = my_read_line (use_readline, "cmd> ");
|
||||||
}
|
}
|
||||||
while ( line && *line == '#' );
|
while ( line && *line == '#' );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user