mirror of
https://gitea.psi.ch/ELOG/mxml.git
synced 2026-09-09 01:23:22 +00:00
Fixed compiler warning
This commit is contained in:
parent
a86a3688f9
commit
7920bc6b3e
6
mxml.c
6
mxml.c
@ -37,6 +37,9 @@
|
|||||||
deleting nodes.
|
deleting nodes.
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.5 2005/03/29 14:49:50 ritt
|
||||||
|
Fixed compiler warning
|
||||||
|
|
||||||
Revision 1.4 2005/03/29 14:48:54 ritt
|
Revision 1.4 2005/03/29 14:48:54 ritt
|
||||||
Implemented mxml_write_comment()
|
Implemented mxml_write_comment()
|
||||||
|
|
||||||
@ -502,9 +505,6 @@ int mxml_write_value(MXML_WRITER *writer, const char *data)
|
|||||||
int mxml_write_comment(MXML_WRITER *writer, const char *string)
|
int mxml_write_comment(MXML_WRITER *writer, const char *string)
|
||||||
/* write a comment to an XML file, enclosed in "<!--" and "-->" */
|
/* write a comment to an XML file, enclosed in "<!--" and "-->" */
|
||||||
{
|
{
|
||||||
static char *data_enc;
|
|
||||||
static int data_size = 0;
|
|
||||||
|
|
||||||
if (!writer->element_is_open)
|
if (!writer->element_is_open)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user