]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 29 Apr 2011 14:35:46 +0000 (09:35 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 29 Apr 2011 14:35:46 +0000 (09:35 -0500)
src/switch_time.c

index e9a3d46580e421f0e78196ff0684c0c7a414163a..1d52e17b90b9b8023284d590061bf6fd1b100a78 100644 (file)
@@ -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;