]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops, SWITCH_TIME_T_FMT instead
authorRupa Schomaker <rupa@rupa.com>
Tue, 20 Apr 2010 17:33:10 +0000 (12:33 -0500)
committerRupa Schomaker <rupa@rupa.com>
Tue, 20 Apr 2010 17:33:43 +0000 (12:33 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 1f289499dd21d44758efddc15bdde7be0920464b..7790c776ca1836cc0927275309fde335693cb11a 100644 (file)
@@ -897,7 +897,7 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
                                        snprintf(buf, sizeof(buf), "%u", tech_pvt->read_frame.rate);
                                        switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "RTP-Rate", buf);
 
-                                       snprintf(buf, sizeof(buf), "%" SWITCH_SIZE_T_FMT, switch_time_now());
+                                       snprintf(buf, sizeof(buf), "%" SWITCH_TIME_T_FMT, switch_time_now());
                                        switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Capture-Time", buf);
 
                                        switch_event_fire(&event);