mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 20:35:10 -05:00
Make the DTM output a bit more pretty
This commit is contained in:
parent
11e16b876c
commit
88604e8845
@ -702,7 +702,7 @@ begin
|
||||
begin
|
||||
mdtm := SDTMToMDTM(toSDTM);
|
||||
WriteLn('');
|
||||
WriteLn(mdtm.ToString);
|
||||
WriteLn('DTM := DTMFromString(''' + mdtm.ToString + ''');');
|
||||
WriteLn('');
|
||||
mdtm.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user