Skip to content

Commit

Permalink
On second thoughts, don't. It's fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jun 18, 2024
1 parent 11fc83e commit d7a942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgssl.pike
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mixed decode_as_type(string val, int type) {
}
case 3220: { //LSN
sscanf(val, "%4c%4c", int n1, int n2);
return sprintf("%X/%8X", n1, n2);
return sprintf("%X/%X", n1, n2);
}
default: break;
}
Expand Down

0 comments on commit d7a942e

Please sign in to comment.