Patch level :4.0 crpa

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :ennesima cazzata di adolfo


git-svn-id: svn://10.65.10.50/trunk@14262 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2006-08-21 15:41:59 +00:00
parent f326c30516
commit 0389173046

View File

@ -759,7 +759,14 @@ void TIni2Sql::process_field(const TString& inputfield, TString& tmpstr, int len
}
}
else
{
tmpstr = _inputfile->get(inputfield);
if (tmpstr.find('.') >= 0 && real::is_real(tmpstr))
{
const real n = tmpstr;
tmpstr = n.stringa();
}
}
tmpstr.trim();
if (tmpstr.not_empty())
{