mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-07 22:03:42 -06:00
XmlRpc nil (again)
git-svn-id: svn://ultimatepp.org/upp/trunk@2001 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
abbd1a68b9
commit
80e72febac
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ ValueArray ParseXmlRpcParams(XmlParser& p)
|
|||
String FormatXmlRpcValue(const Value& v)
|
||||
{
|
||||
String r;
|
||||
if(v.GetType() == VOID_V)
|
||||
if(IsNull(v) && !IsString(v))
|
||||
r = XmlTag("nil")();
|
||||
else
|
||||
if(v.GetType() == INT_V)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue