From: Jeff Lenk Date: Thu, 27 Feb 2014 02:23:39 +0000 (-0600) Subject: FS-6271 damn these would'nt show up at the same time X-Git-Tag: v.15.9~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727ce93e349176466dbb035e17ca1d947de2bb1e;p=thirdparty%2Ffreeswitch.git FS-6271 damn these would'nt show up at the same time --- diff --git a/src/switch_profile.c b/src/switch_profile.c index 84fed77e3d..11f76ba1cf 100644 --- a/src/switch_profile.c +++ b/src/switch_profile.c @@ -302,7 +302,7 @@ SWITCH_DECLARE(switch_bool_t) switch_get_system_idle_time(switch_profile_timer_t SWITCH_DECLARE(switch_profile_timer_t *)switch_new_profile_timer(void) { - int x; + unsigned int x; switch_profile_timer_t *p = calloc(1, sizeof(switch_profile_timer_t)); if ( runtime.cpu_idle_smoothing_depth && runtime.cpu_idle_smoothing_depth > 0 ) {