Skip to content

Commit cac9571

Browse files
committed
fixed error with -4 option, reported by Georges Hatem
#120 (comment)
1 parent 99b0d3a commit cac9571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/Lazarus/src/generator.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ procedure TOneBRCGenerator.DoRun;
3737
tmpLineCount, tmpLineEnd: String;
3838
begin
3939
// quick check parameters
40-
ErrorMsg:= CheckOptions(Format('%s%s%s:%s:%s:%s:%s',[
40+
ErrorMsg:= CheckOptions(Format('%s%s%s:%s:%s:%s%s:',[
4141
cShortOptHelp,
4242
cShortOptVersion,
4343
cShortOptInput,

0 commit comments

Comments
 (0)