1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 01:02:17 -05:00

Make the DTM output a bit more pretty

This commit is contained in:
Merlijn Wajer 2010-07-22 13:40:02 +02:00 committed by Merlijn Wajer
parent 11e16b876c
commit 88604e8845

View File

@ -702,7 +702,7 @@ begin
begin begin
mdtm := SDTMToMDTM(toSDTM); mdtm := SDTMToMDTM(toSDTM);
WriteLn(''); WriteLn('');
WriteLn(mdtm.ToString); WriteLn('DTM := DTMFromString(''' + mdtm.ToString + ''');');
WriteLn(''); WriteLn('');
mdtm.Free; mdtm.Free;
end; end;