Correzioni a cglib
git-svn-id: svn://10.65.10.50/trunk@949 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d72f84feb1
commit
cd65a3eb71
@ -97,14 +97,13 @@ TSaldo::~TSaldo()
|
||||
const int TSaldo::EsePre(const int EseCorr)
|
||||
{
|
||||
TTable ese("ESC");
|
||||
TString16 first;
|
||||
TString codtab;
|
||||
TString first(30);
|
||||
TString16 codtab;
|
||||
|
||||
ese.first();
|
||||
first = ese.get("CODTAB");
|
||||
|
||||
codtab << EseCorr;
|
||||
codtab.format("%04d");
|
||||
codtab.format("%04d", EseCorr);
|
||||
|
||||
if (codtab == first)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user