A cast is needed or Borland C will complain.

This commit is contained in:
Richard Levitte 2000-09-11 11:43:35 +00:00
parent b1ccd57b18
commit 25a73f2690

View File

@ -236,7 +236,7 @@ int RAND_poll(void)
if (cursor)
{
/* cursor position */
cursor(buf);
cursor((PCURSORINFO)buf);
RAND_add(buf, sizeof(buf), 0);
}