]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FreeSWITCH: Fix format string error in witch_core_session_thread_pool_worker().
authorStefan Knoblich <stkn@openisdn.net>
Thu, 23 Aug 2012 22:50:19 +0000 (00:50 +0200)
committerStefan Knoblich <stkn@openisdn.net>
Thu, 23 Aug 2012 22:51:36 +0000 (00:51 +0200)
commita436a3e9624c33943a001a32aa840ca96a93f5bd
treeb7c48f90965372d65f6e9bea84efdd6ba62d6a71
parentf34085965cfef849afb08c856849fca2455cfe8d
FreeSWITCH: Fix format string error in witch_core_session_thread_pool_worker().

Fixes:
    cc1: warnings being treated as errors
    src/switch_core_session.c: In function 'switch_core_session_thread_pool_worker':
    src/switch_core_session.c:1478: warning: format '%ld' expects type 'long int', but argument 9 has type 'switch_size_t'
    src/switch_core_session.c:1483: warning: format '%ld' expects type 'long int', but argument 9 has type 'switch_size_t'
    gmake[2]: *** [libfreeswitch_la-switch_core_session.lo] Error 1

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
src/switch_core_session.c