提交 25a73f26 编写于 作者: R Richard Levitte

A cast is needed or Borland C will complain.

上级 b1ccd57b
...@@ -236,7 +236,7 @@ int RAND_poll(void) ...@@ -236,7 +236,7 @@ int RAND_poll(void)
if (cursor) if (cursor)
{ {
/* cursor position */ /* cursor position */
cursor(buf); cursor((PCURSORINFO)buf);
RAND_add(buf, sizeof(buf), 0); RAND_add(buf, sizeof(buf), 0);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册