mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
Release notes: https://github.com/apple/swift-corelibs-libdispatch/releases/tag/swift-5.10-RELEASE https://github.com/apple/swift-corelibs-libdispatch/releases/tag/swift-5.10.1-RELEASE Sponsored by: Serenity Cybersecurity, LLC
11 lines
413 B
C
11 lines
413 B
C
--- src/event/event.c.orig 2023-06-15 00:55:45 UTC
|
|
+++ src/event/event.c
|
|
@@ -792,7 +792,7 @@ _dispatch_timer_unote_disarm(dispatch_timer_source_ref
|
|
_dispatch_timer_unote_disarm(dispatch_timer_source_refs_t dt,
|
|
dispatch_timer_heap_t dth)
|
|
{
|
|
- uint32_t tidx = dt->du_ident;
|
|
+ uint32_t tidx = (uint32_t)dt->du_ident;
|
|
|
|
dispatch_assert(_dispatch_unote_armed(dt));
|
|
_dispatch_timer_heap_remove(&dth[tidx], dt);
|