(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:
Michael Jerris 2008-10-20 12:57:43 +00:00
parent e01c28c6d5
commit a295396337
1 changed files with 1 additions and 1 deletions

View File

@ -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)