Skip to content

Commit 627224b

Browse files
committed
safe types for the unofficial tests
1 parent 390116d commit 627224b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/ghatem-fpc/src/OneBRC-largerec.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TOneBRCApp = class(TCustomApplication)
4141
TStationData = packed record
4242
Min: SmallInt;
4343
Max: SmallInt;
44-
Count: UInt16; // will fail on 400 stations / 5B row tests, due to overflow
44+
Count: UInt32;
4545
Sum: Integer;
4646
end;
4747
PStationData = ^TStationData;

0 commit comments

Comments
 (0)