Projects
Browse Source     Search     Timeline     Wiki

Changeset 23604

Show
Ignore:
Timestamp:
2008-04-21 15:01:21 (4 months ago)
Author:
zarzycki@…
Message:

Fix a typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23602 r23604  
    703703 
    704704        if (j->kill_via_shmem && (tmp = launch_data_new_bool(true))) { 
    705                 uint32_t tmp_cnt = -1; 
     705                int32_t tmp_cnt = -1; 
    706706 
    707707                launch_data_dict_insert(r, tmp, LAUNCH_JOBKEY_ENABLETRANSACTIONS);