A cast is needed or Borland C will complain.
This commit is contained in:
parent
b1ccd57b18
commit
25a73f2690
@ -236,7 +236,7 @@ int RAND_poll(void)
|
||||
if (cursor)
|
||||
{
|
||||
/* cursor position */
|
||||
cursor(buf);
|
||||
cursor((PCURSORINFO)buf);
|
||||
RAND_add(buf, sizeof(buf), 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user