mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
(FSBUILD-83) format string issue found by new gcc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10078 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e01c28c6d5
commit
a295396337
@ -56,7 +56,7 @@ static unsigned short get_uint16(unsigned char *p)
|
||||
|
||||
static void internaloutput(const char *str)
|
||||
{
|
||||
printf(str);
|
||||
printf("%s", str);
|
||||
}
|
||||
|
||||
static void internalerror(const char *str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user