Tramutato atoi() in atol() per convertire il sottoconto. Preso da

R97_02


git-svn-id: svn://10.65.10.50/trunk@5165 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-09-04 13:06:50 +00:00
parent a222251258
commit e1325f53b7

View File

@ -4562,7 +4562,7 @@ void TTransfer_file::write_righe_IVA(TString& record)
}
if (fname == RMI_SOTTOCONTO)
{
long sottoc = atoi(field);
long sottoc = atol(field);
field.format("%6ld", sottoc);
}
if (fname == RMI_TIPODET || fname == RMI_TIPOCR || fname == RMI_TIPOATT)