From: Anthony Minessale Date: Fri, 29 Apr 2011 14:35:46 +0000 (-0500) Subject: typo X-Git-Tag: v1.2-rc1~118^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=741707297fff484c09384fac7f831823c3da40f7;p=thirdparty%2Ffreeswitch.git typo --- diff --git a/src/switch_time.c b/src/switch_time.c index e9a3d46580..1d52e17b90 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -772,7 +772,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime) timerfd_settime(tfd, TFD_TIMER_ABSTIME, &spec, NULL); } - last_runtime.microseconds_per_tick = runtime.microseconds_per_tick; + last_MICROSECONDS_PER_TICK = runtime.microseconds_per_tick; #endif runtime.reference += runtime.microseconds_per_tick;