Skip to content

Commit

Permalink
Accidentally committed the wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Jun 14, 2024
1 parent f993085 commit 4bea9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/filters/h3.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ SUBCOMMAND(childPosToCell,
Arg posArg = {
.names = {"-p", "--position"},
.required = true,
.scanFormat = "%d",
.scanFormat = "%" PRIi64,
.valueName = "pos",
.value = &pos,
.helpText =
Expand Down

0 comments on commit 4bea9bd

Please sign in to comment.