12 lines
401 B
Text
12 lines
401 B
Text
Index: rocrail/impl/srcpcon.c
|
|
--- rocrail/impl/srcpcon.c.orig
|
|
+++ rocrail/impl/srcpcon.c
|
|
@@ -346,7 +346,7 @@ static char* __rr2srcp(iOSrcpConData data, iONode evt,
|
|
}
|
|
|
|
else if( StrOp.equals( wClock.name(), NodeOp.getName(evt)) ) {
|
|
- long l_time = wClock.gettime(evt);
|
|
+ time_t l_time = wClock.gettime(evt);
|
|
struct tm* lTime = localtime( &l_time );
|
|
|
|
int mins = lTime->tm_min;
|