typo
This commit is contained in:
parent
33826fd028
commit
265f835e3e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue