summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-04-06 17:52:13 +0000
committerMatthew Jordan <mjordan@digium.com>2015-04-06 17:52:13 +0000
commit4e7be5b2dc03ff5685b92408e303caeeb68c7598 (patch)
tree01e59f89d9671c4533c12632468cc1a3364ea77b /pbx/pbx_config.c
parent2443b403417ce8eb2bb9c881120dce4214a5b2b7 (diff)
clang compiler warnings: Fix format specified in framehook
This patch fixes an invalid format specifier used in the formatting of an ERROR message in the framehook code. The format specifier specifies a type of 'unsigned short', but the argument passed to it is of type 'int'. The patch changes the format specifier to 'i'. Review: https://reviewboard.asterisk.org/r/4540 ASTERISK-24917 Reported by: dkdegroot patches: rb4535.patch submitted by dkdegroot (License 6600) ........ Merged revisions 434087 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_config.c')
0 files changed, 0 insertions, 0 deletions