]> git.saurik.com Git - apple/launchd.git/blobdiff - launchd/src/StartupItems.c
launchd-106.20.tar.gz
[apple/launchd.git] / launchd / src / StartupItems.c
index 615cf60a1ae6041d483cf3a755e17934e8f42e60..3c95129e552eb757c9f57ebb08666b71ba4389a8 100644 (file)
@@ -356,7 +356,7 @@ StartupItemListCreateWithMask(NSSearchPathDomainMask aMask)
 
                                                                aConfigData =
                                                                        CFDataCreateWithBytesNoCopy(NULL,
-                                                                                                   aConfigFileContentsBuffer,
+                                                                                                   (const UInt8 *)aConfigFileContentsBuffer,
                                                                                                    aConfigFileContentsSize,
                                                                                                    kCFAllocatorNull);