Skip to content
Snippets Groups Projects
Commit 71c3309a authored by winckel's avatar winckel
Browse files

Changed dissect file suffix for xml.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4251 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 596a99f7
No related branches found
No related tags found
No related merge requests found
...@@ -700,7 +700,7 @@ static int xml_parse_doc(xmlDocPtr doc) { ...@@ -700,7 +700,7 @@ static int xml_parse_doc(xmlDocPtr doc) {
int ret = 0; int ret = 0;
FILE *dissect_file; FILE *dissect_file;
dissect_file = fopen ("./dissect_xml.txt", "w"); dissect_file = fopen ("./dissect.xml", "w");
/* Get the root element node */ /* Get the root element node */
root_element = xmlDocGetRootElement (doc); root_element = xmlDocGetRootElement (doc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment