diff -r 564a4a9862b1 -r 96f84395154f src/pdo.c --- a/src/pdo.c Wed Dec 09 15:46:35 2009 +0100 +++ b/src/pdo.c Mon Dec 14 20:58:34 2009 +0100 @@ -527,7 +527,7 @@ { MSG_ERR (0x3907, " Couldn't build TPDO number : ", pdoNum); - return; + return 0; } /*Compare new and old PDO */ @@ -538,7 +538,7 @@ ) { /* No changes -> go to next pdo */ - return; + return 0; } else { @@ -578,6 +578,7 @@ sendPdo(d, pdoNum, &pdo); } + return 1; } void