Patch level :2.2 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
corretta generazione lista report


git-svn-id: svn://10.65.10.50/trunk@13197 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2005-06-15 11:07:27 +00:00
parent bf30ca3451
commit fcd92287ba

View File

@ -619,6 +619,7 @@ static bool get_xml_attr(const TString& line, const char* attr, TString& value)
return true;
}
}
value.cut(0);
return false;
}
@ -636,6 +637,7 @@ static bool get_xml_child(const TString& line, const char* tag, TString& value)
return true;
}
}
value.cut(0);
return false;
}