formalizing xmldb api

This commit is contained in:
Olof hagsand 2017-04-16 19:06:19 +02:00
parent 540cd96e74
commit ee9b74d735
13 changed files with 252 additions and 166 deletions

View file

@ -843,7 +843,7 @@ clicon_xml2file(FILE *f,
int level,
int prettyprint)
{
cbuf *cb;
cbuf *cb = NULL;
int retval = -1;
if ((cb = cbuf_new()) == NULL){