Fix a typo.
--- trunk/launchd/src/launchd_core_logic.c 2008-04-21 21:44:10 UTC (rev 23603)
+++ trunk/launchd/src/launchd_core_logic.c 2008-04-21 22:01:21 UTC (rev 23604)
@@ -702,7 +702,7 @@
}
if (j->kill_via_shmem && (tmp = launch_data_new_bool(true))) {
- uint32_t tmp_cnt = -1;
+ int32_t tmp_cnt = -1;
launch_data_dict_insert(r, tmp, LAUNCH_JOBKEY_ENABLETRANSACTIONS);