mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Remove unnecessary cast causing a warning
Incidentally, I reversed the two names in the earlier commit. The original author was Sergey Muraviov and the reviewer was Emre Hasegeli.
This commit is contained in:
parent
6513633b94
commit
dbe31616c9
@ -1350,7 +1350,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
|
||||
{
|
||||
int swidth, twidth = hwidth + 1;
|
||||
fputs(hline? format->header_nl_left: " ", fout);
|
||||
strlen_max_width((char *) hlineptr[hline].ptr, &twidth,
|
||||
strlen_max_width(hlineptr[hline].ptr, &twidth,
|
||||
encoding);
|
||||
fprintf(fout, "%-s", hlineptr[hline].ptr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user