2004-01-18 Moritz Schulte <mo@g10code.com>

* keygen.c (do_generate_keypair): Print member fname, instead of
	newfname.
This commit is contained in:
Moritz Schulte 2004-01-18 22:48:49 +00:00
parent e5b228fc67
commit 36cbfed6fc
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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;
}