/*
- * Copyright (c) 2000-2005, 2009-2011 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2005, 2009-2011, 2013 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
/* send the key to the server */
status = notifyremove(storePrivate->server,
myKeyRef,
- myKeyLen,
+ (mach_msg_type_number_t)myKeyLen,
isRegex,
(int *)&sc_status);