We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788f47a commit 4c85131Copy full SHA for 4c85131
2 files changed
entries/ghatem-fpc/src/OneBRC.lpr
@@ -589,7 +589,6 @@ procedure TOneBRCApp.DoRun;
589
]
590
);
591
if ErrorMsg<>'' then begin
592
- //ShowException(Exception.Create(ErrorMsg));
593
WriteLn(Format(rsErrorMessage, [ ErrorMsg ]));
594
Terminate;
595
Exit;
@@ -603,7 +602,7 @@ procedure TOneBRCApp.DoRun;
603
602
end;
604
605
if HasOption(cShortOptVersion, cLongOptVersion) then begin
606
- WriteLn(Format(rsGeneratorVersion, [ cVersion ]));
+ WriteLn(Format(rsGeneratorVersion, [ 1.0 ]));
607
608
609
entries/ghatem-fpc/src/baseline.console.pas
@@ -27,7 +27,6 @@ interface
27
cOptionInput: array of string = ['-i', '--input-file'];
28
{$ENDIF}
29
30
-{$I version.inc}
31
32
resourcestring
33
rsAppTitle = 'One Billion Row Challenge Baseline';
0 commit comments