Commit 71c3309a authored by winckel's avatar winckel

Changed dissect file suffix for xml.

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