Skip to content

Commit dbe3161

Browse files
committed
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.
1 parent 6513633 commit dbe3161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
13501350
{
13511351
int swidth, twidth = hwidth + 1;
13521352
fputs(hline? format->header_nl_left: " ", fout);
1353-
strlen_max_width((char *) hlineptr[hline].ptr, &twidth,
1353+
strlen_max_width(hlineptr[hline].ptr, &twidth,
13541354
encoding);
13551355
fprintf(fout, "%-s", hlineptr[hline].ptr);
13561356

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy