SF Patch tracker [ 1587272 ] const-ified ixml
Submitted By: Erik Johansson git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@105 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -780,7 +780,7 @@ get_var_name( IN IXML_Document * TempDoc,
|
||||
IXML_Node *VarNameNode = NULL;
|
||||
IXML_Node *VarNode = NULL;
|
||||
const DOMString StNodeName = NULL;
|
||||
DOMString Temp = NULL;
|
||||
const DOMString Temp = NULL;
|
||||
int ret_val = -1;
|
||||
|
||||
// Got the Envelop node here
|
||||
|
Reference in New Issue
Block a user