Rif. mod. 95/52. Corretto salvataggio della sezione general su file

testo: mancavano gli apici per racchiudere il carattere di posizionamento.


git-svn-id: svn://10.65.10.50/trunk@2150 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1995-11-14 14:19:37 +00:00
parent c00797a8cb
commit c861253041

View File

@ -2175,7 +2175,7 @@ void TForm::print_general(ostream& out) const
out << " SIZE " << _fontsize << "\n" ;
if (_char_to_pos != '\0')
{
out << " CARATTERE " << _char_to_pos << "\n" ;
out << " CARATTERE \"" << _char_to_pos << "\"\n" ;
out << " INIZIO_POS " << _ipx << " " << _ipy << "\n";
out << " FINE_POS " << _fpx << "\n";
}