diff -r 3099d78343ea -r 362147819ca1 examples/dc_rtai/dc_rtai_sample.c --- a/examples/dc_rtai/dc_rtai_sample.c Fri May 15 09:05:27 2009 +0000 +++ b/examples/dc_rtai/dc_rtai_sample.c Fri May 15 09:06:28 2009 +0000 @@ -220,7 +220,7 @@ tv.tv_usec -= 1000000; tv.tv_sec++; } - ecrt_master_application_time(master, EC_TIMEVAL2NANO(&tv)); + ecrt_master_application_time(master, EC_TIMEVAL2NANO(tv)); if (sync_ref_counter) { sync_ref_counter--;