SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
misc/rocrail/patches/patch-rocrail_impl_srcpcon_c
Normal file
12
misc/rocrail/patches/patch-rocrail_impl_srcpcon_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
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;
|
Loading…
Add table
Add a link
Reference in a new issue