Pass format string

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-10-24 06:44:37 +00:00
parent e14ae8b10b
commit 8009d53690
4 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ static int oframes = 0;
static void internaloutput(const char *str)
{
printf(str);
fputs(str, stdout);
}
static void internalerror(const char *str)