Correzioni a cglib

git-svn-id: svn://10.65.10.50/trunk@949 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1995-02-02 11:54:41 +00:00
parent d72f84feb1
commit cd65a3eb71

View File

@ -97,14 +97,13 @@ TSaldo::~TSaldo()
const int TSaldo::EsePre(const int EseCorr) const int TSaldo::EsePre(const int EseCorr)
{ {
TTable ese("ESC"); TTable ese("ESC");
TString16 first; TString first(30);
TString codtab; TString16 codtab;
ese.first(); ese.first();
first = ese.get("CODTAB"); first = ese.get("CODTAB");
codtab << EseCorr; codtab.format("%04d", EseCorr);
codtab.format("%04d");
if (codtab == first) if (codtab == first)
return 0; return 0;