CHANGELOG edits for 4.4

This commit is contained in:
Olof hagsand 2020-03-13 15:18:54 +01:00
parent 28fad0303a
commit e537b1f4c0
2 changed files with 105 additions and 92 deletions

View file

@ -586,9 +586,9 @@ xml2json_encode_leafs(cxobj *xb,
break;
default:
if (body)
cprintf(cb, "{}"); /* dont know */
else
cprintf(cb, "%s", body);
else
cprintf(cb, "{}"); /* dont know */
}
break;
default: