X-Git-Url: https://git.saurik.com/apple/launchd.git/blobdiff_plain/ab36757d38bc3680d699f3d9d5c21650195fc635..fc89531ea805ae0e7e8a4fae3760a7c53ac21da7:/launchd/src/StartupItems.c diff --git a/launchd/src/StartupItems.c b/launchd/src/StartupItems.c index 615cf60..3c95129 100644 --- a/launchd/src/StartupItems.c +++ b/launchd/src/StartupItems.c @@ -356,7 +356,7 @@ StartupItemListCreateWithMask(NSSearchPathDomainMask aMask) aConfigData = CFDataCreateWithBytesNoCopy(NULL, - aConfigFileContentsBuffer, + (const UInt8 *)aConfigFileContentsBuffer, aConfigFileContentsSize, kCFAllocatorNull);