Skip to content

Commit

Permalink
Update hugebase62.c
Browse files Browse the repository at this point in the history
change Abs to abs
  • Loading branch information
ridvankorkmaz authored Feb 9, 2024
1 parent 0a7fc7a commit 0be057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hugebase62.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ hugebase62_to_str(hugebase62 *c)
int i,
d,
p = 0;
hugebase62 m = Abs(*c);
hugebase62 m = abs(*c);
bool discard = true;
char *str = palloc((HUGEBASE62_LENGTH + 2) * sizeof(char));

Expand Down

0 comments on commit 0be057e

Please sign in to comment.