mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
2004-01-18 Moritz Schulte <mo@g10code.com>
* keygen.c (do_generate_keypair): Print member fname, instead of newfname.
This commit is contained in:
parent
e5b228fc67
commit
36cbfed6fc
@ -1,3 +1,8 @@
|
||||
2004-01-18 Moritz Schulte <mo@g10code.com>
|
||||
|
||||
* keygen.c (do_generate_keypair): Print member fname, instead of
|
||||
newfname.
|
||||
|
||||
2003-12-17 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* card-util.c (print_name): Fixed bad format string usage.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* keygen.c - generate a key pair
|
||||
* Copyright (C) 1998, 1999, 2000, 2001, 2002,
|
||||
* 2003 Free Software Foundation, Inc.
|
||||
* 2003, 2004 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GnuPG.
|
||||
*
|
||||
@ -2452,7 +2452,7 @@ do_generate_keypair (struct para_data_s *para,
|
||||
outctrl->pub.stream = iobuf_create (outctrl->pub.fname);
|
||||
if (!outctrl->pub.stream)
|
||||
{
|
||||
log_error ("can't create `%s': %s\n", outctrl->pub.newfname,
|
||||
log_error ("can't create `%s': %s\n", outctrl->pub.fname,
|
||||
strerror (errno));
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user