Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
c36c9b9e
Commit
c36c9b9e
authored
Dec 13, 2012
by
Yann Diorcet
Browse files
Fix uninitialized in xml2lpc_test
parent
cdc8c66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/xml2lpc_test.c
tools/xml2lpc_test.c
+1
-1
No files found.
tools/xml2lpc_test.c
View file @
c36c9b9e
...
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
...
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "xml2lpc.h"
#include "xml2lpc.h"
void
cb_function
(
void
*
ctx
,
xml2lpc_log_level
level
,
const
char
*
msg
,
va_list
list
)
{
void
cb_function
(
void
*
ctx
,
xml2lpc_log_level
level
,
const
char
*
msg
,
va_list
list
)
{
const
char
*
header
;
const
char
*
header
=
""
;
switch
(
level
)
{
switch
(
level
)
{
case
XML2LPC_DEBUG
:
case
XML2LPC_DEBUG
:
header
=
"DEBUG"
;
header
=
"DEBUG"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment