mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
g10: Fix gpgcompose.c.
* g10/gpgcompose.c (show_help): Check return value. -- Fixes-commit: 00b7767bc6fe309aa20375c859ebf708cfc7b9ea Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
a8dd96826f
commit
ae95a7f533
@ -306,7 +306,7 @@ show_help (struct option options[])
|
||||
if (! option)
|
||||
space = 72;
|
||||
formatted = format_text (tmp, space, space + 4);
|
||||
if (!format_text)
|
||||
if (!formatted)
|
||||
abort ();
|
||||
|
||||
if (tmp != help)
|
||||
|
Loading…
x
Reference in New Issue
Block a user