Skip to content
Snippets Groups Projects
Commit b122e31e authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed xpath usage in makefilegen (for GCC 9.3)


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: Id6ec57bea7b0f13e03b7df0672f2d8eb75937630
parent 742b1d53
No related branches found
No related tags found
No related merge requests found
......@@ -1907,7 +1907,7 @@ static tpd_result process_tpd_internal(const char **p_tpd_name, char *tpdName, c
// Collect files; filter out excluded ones
{
XPathObject filesObj(run_xpath(xpathCtx,
"TITAN_Project_File_Information/Files/FileResource"));
"/TITAN_Project_File_Information/Files/FileResource"));
xmlNodeSetPtr nodes = filesObj->nodesetval;
if (nodes) for (int i = 0; i < nodes->nodeNr; ++i) {
......
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