]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[FreeTDM] Another round of ftdm_log() format string fixes.
authorStefan Knoblich <stkn@openisdn.net>
Fri, 10 Feb 2012 12:29:49 +0000 (13:29 +0100)
committerStefan Knoblich <stkn@openisdn.net>
Fri, 10 Feb 2012 12:29:49 +0000 (13:29 +0100)
commit674dc9850b631078ed4fb0b0c16345683ef9e47c
tree66e01fa14bae3f73135f324fa95c102d2906c375
parent9d5eb0737be55885bf9b14da8b554cae256dc5a6
[FreeTDM] Another round of ftdm_log() format string fixes.

Use FTDM_SIZE_FMT where needed, don't treat ftdm_event_t as an int
(even if the e_type enum is the first member), datalen vs. *datalen fix
and other warnings.

All reported by __check_printf() (GCC + __attribute__((format(printf,x,y))) ).

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
libs/freetdm/src/ftdm_io.c
libs/freetdm/src/testr2.c