mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
More Windows and autoconf fixes
This commit is contained in:
parent
dce4566802
commit
bffeb8738b
15 changed files with 56 additions and 20 deletions
|
@ -918,9 +918,8 @@ armor_filter( void *opaque, int control,
|
|||
PRINTABLE_OS_NAME ")" LF );
|
||||
|
||||
/* write the comment string or a default one */
|
||||
s = opt.comment_string ? opt.comment_string
|
||||
: _("For info see http://www.gnupg.org");
|
||||
if( *s ) {
|
||||
s = opt.comment_string;
|
||||
if( s && *s ) {
|
||||
iobuf_writestr(a, "Comment: " );
|
||||
for( ; *s; s++ ) {
|
||||
if( *s == '\n' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue