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_action_c
Normal file
12
misc/rocrail/patches/patch-rocrail_impl_action_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: rocrail/impl/action.c
|
||||
--- rocrail/impl/action.c.orig
|
||||
+++ rocrail/impl/action.c
|
||||
@@ -819,7 +819,7 @@ static void _exec( struct OAction* inst, iONode action
|
||||
static void _tick( iOAction inst ) {
|
||||
iOActionData data = Data(inst);
|
||||
iOControl control = AppOp.getControl();
|
||||
- long l_time = ControlOp.getTime(control);
|
||||
+ time_t l_time = ControlOp.getTime(control);
|
||||
struct tm* lTime = localtime( &l_time );
|
||||
|
||||
data->ticker++; /* scale minutes */
|
Loading…
Add table
Add a link
Reference in a new issue