diff --git a/cg/cg4400.cpp b/cg/cg4400.cpp index 64b79cc04..95eb57ac7 100755 --- a/cg/cg4400.cpp +++ b/cg/cg4400.cpp @@ -3680,7 +3680,7 @@ bool CG4400_application::stampa_riepilogo(int m) real impol = pim.get_real("R2"); if (_tabreg->get_bool("B0")) { - TToken_string cs(pim.get("S2")); + TToken_string cs(pim.get("S2"),'!'); impon = cs.get(0); impos = cs.get(1); } @@ -3689,7 +3689,7 @@ bool CG4400_application::stampa_riepilogo(int m) impon = pim.get_real("R11"); impos = pim.get_real("R12"); } - TToken_string fatt_rit(pim.get("S1")); + TToken_string fatt_rit(pim.get("S1"),'!'); impon += real(fatt_rit.get(0)); impos += real(fatt_rit.get(1)); if (impon != ZERO || impos != ZERO || impol != ZERO)