Skip to content

Commit 49a1d56

Browse files
committed
Tweak FormatSettings initialization and ensure aca uses dot as decimal (although I dont see how it doesn't already)
1 parent 38ef52c commit 49a1d56

File tree

5 files changed

+140
-145
lines changed

5 files changed

+140
-145
lines changed

Source/Simba.lpr

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
SetHeapTraceOutput(Application.Location + '/' + IntToStr(GetProcessID()) + '.trc');
2525
{$ENDIF}
2626

27+
FormatSettings.DecimalSeparator := '.';
28+
2729
Application.CaptureExceptions := False;
2830
Application.Initialize();
2931

0 commit comments

Comments
 (0)