SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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;