From fcd92287ba42f6d6aa20a02ec2cc73e83f29fa0f Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 15 Jun 2005 11:07:27 +0000 Subject: [PATCH] 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 --- include/recset.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/recset.cpp b/include/recset.cpp index c39d69376..597744909 100755 --- a/include/recset.cpp +++ b/include/recset.cpp @@ -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; }