1
0
Forkuj 0
kopia lustrzana git://git.gnupg.org/gnupg.git zsynchronizowano 2025-07-02 22:46:30 +02:00

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

* keygen.c (do_generate_keypair): Print member fname, instead of
	newfname.
Ten commit jest zawarty w:
Moritz Schulte 2004-01-18 22:48:49 +00:00
rodzic e5b228fc67
commit 36cbfed6fc
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

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