提交 72106aaa 编写于 作者: R Richard Levitte

Fixup READLINE case

RT#4543
Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NAndy Polyakov <appro@openssl.org>
上级 1bc74519
...@@ -204,7 +204,7 @@ int main(int argc, char *argv[]) ...@@ -204,7 +204,7 @@ int main(int argc, char *argv[])
extern void add_history(const char *cp); extern void add_history(const char *cp);
char *text; char *text;
char *text = readline(prompt); text = readline(prompt);
if (text == NULL) if (text == NULL)
goto end; goto end;
i = strlen(text); i = strlen(text);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册