64-bit compatibility.

This commit is contained in:
Ron Sluiter
2008-03-14 20:23:45 +00:00
parent 61eaf13f89
commit 934e9c29b1

View File

@@ -107,7 +107,7 @@ static struct board_stat **MCB4B_cards;
STATIC long MCB4B_init(void *arg)
{
long rtnval;
int after = (int) arg;
int after = (arg == 0) ? 0 : 1;
Debug(5, "MCB4B_init: entry\n");
if (after == 0)