Skip to content

Commit f358952

Browse files
committed
Specify variable type in CUserNotifications
1 parent 5a80967 commit f358952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/AppServices.subproj/CFUserNotification.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static SInt32 _CFUserNotificationSendRequest(CFAllocatorRef allocator, CFStringR
193193
const nameLen = sizeof(NOTIFICATION_PORT_NAME_MAC);
194194
#else
195195
const char *namebuffer = NOTIFICATION_PORT_NAME_IOS;
196-
const nameLen = sizeof(NOTIFICATION_PORT_NAME_IOS);
196+
const CFIndex nameLen = sizeof(NOTIFICATION_PORT_NAME_IOS);
197197
#endif
198198

199199
if (sessionID) {

0 commit comments

Comments
 (0)