mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix uninitialized in xml2lpc_test
This commit is contained in:
parent
cdc8c66fe1
commit
c36c9b9e96
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "xml2lpc.h"
|
||||
|
||||
void cb_function(void *ctx, xml2lpc_log_level level, const char *msg, va_list list) {
|
||||
const char *header;
|
||||
const char *header = "";
|
||||
switch(level) {
|
||||
case XML2LPC_DEBUG:
|
||||
header = "DEBUG";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue