typo
Submitted by: Nils Larsch
This commit is contained in:
parent
64376cd8ff
commit
428112ef10
@ -370,7 +370,7 @@ bad:
|
|||||||
if (comment == NULL)
|
if (comment == NULL)
|
||||||
comment = "";
|
comment = "";
|
||||||
if (sname == NULL)
|
if (sname == NULL)
|
||||||
sname == "";
|
sname = "";
|
||||||
|
|
||||||
len = BIO_printf(out, " %-10s: ", sname);
|
len = BIO_printf(out, " %-10s: ", sname);
|
||||||
if (len + strlen(comment) > 80)
|
if (len + strlen(comment) > 80)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user