typo
This commit is contained in:
parent
33826fd028
commit
265f835e3e
@ -749,7 +749,7 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
if (reqout)
|
if (reqout)
|
||||||
{
|
{
|
||||||
if (!strcmp(respout, "-"))
|
if (!strcmp(reqout, "-"))
|
||||||
derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
|
derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
else
|
else
|
||||||
derbio = BIO_new_file(reqout, "wb");
|
derbio = BIO_new_file(reqout, "wb");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user