1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04: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
mdtm := SDTMToMDTM(toSDTM);
WriteLn('');
WriteLn(mdtm.ToString);
WriteLn('DTM := DTMFromString(''' + mdtm.ToString + ''');');
WriteLn('');
mdtm.Free;
end;