Properly provide a format string to the printf-style Debug.

Report and fix provided by Mandriva.


git-svn-id: http://yate.null.ro/svn/yate/trunk@3139 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-03-23 14:33:30 +00:00
parent 53bd36d6b9
commit f29be2672b
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ static void qtMsgHandler(QtMsgType type, const char* text)
dbg = DebugFail;
break;
}
Debug("QT",dbg,text);
Debug("QT",dbg,"%s",text);
}
// Build a list of parameters from a string