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:
parent
f326c30516
commit
0389173046
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user