mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
2007-12-04 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field.
This commit is contained in:
parent
ef3ea356ae
commit
a9b7f3356b
2 changed files with 7 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ gc_component_list_components (FILE *out)
|
|||
desc = my_dgettext (gc_component[component].desc_domain, desc);
|
||||
fprintf (out, "%s:%s:",
|
||||
gc_component[component].name, my_percent_escape (desc));
|
||||
fprintf (out, "%s:\n", my_percent_escape (pgmname));
|
||||
fprintf (out, "%s\n", my_percent_escape (pgmname));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue