mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
64-bit compatibility.
This commit is contained in:
@@ -107,7 +107,7 @@ static struct board_stat **MCB4B_cards;
|
|||||||
STATIC long MCB4B_init(void *arg)
|
STATIC long MCB4B_init(void *arg)
|
||||||
{
|
{
|
||||||
long rtnval;
|
long rtnval;
|
||||||
int after = (int) arg;
|
int after = (arg == 0) ? 0 : 1;
|
||||||
|
|
||||||
Debug(5, "MCB4B_init: entry\n");
|
Debug(5, "MCB4B_init: entry\n");
|
||||||
if (after == 0)
|
if (after == 0)
|
||||||
|
Reference in New Issue
Block a user