Removed patch-ag becayse this is now in the pnupg code base
This commit is contained in:
parent
193b487d2f
commit
119ca1c23f
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ag,v 1.1 2006/11/27 20:37:20 shannonjr Exp $
|
||||
|
||||
--- ./g10/openfile.c.orig 2006-09-14 08:18:39.000000000 -0600
|
||||
+++ ./g10/openfile.c
|
||||
@@ -145,7 +145,7 @@ ask_outfile_name( const char *name, size
|
||||
|
||||
s = _("Enter new filename");
|
||||
|
||||
- n = strlen(s) + namelen + 10;
|
||||
+ n = strlen(s) + (defname?strlen (defname):0) + 10;
|
||||
defname = name && namelen? make_printable_string( name, namelen, 0): NULL;
|
||||
prompt = xmalloc(n);
|
||||
if( defname )
|
Loading…
Reference in a new issue