Commit 25a73f26 authored by Richard Levitte's avatar Richard Levitte
Browse files

A cast is needed or Borland C will complain.

parent b1ccd57b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ int RAND_poll(void)
		if (cursor)
			{
			/* cursor position */
			cursor(buf);
			cursor((PCURSORINFO)buf);
			RAND_add(buf, sizeof(buf), 0);
			}