Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbe3161

Browse files
committed
Remove unnecessary cast causing a warning
Incidentally, I reversed the two names in the earlier commit. Theoriginal author was Sergey Muraviov and the reviewer was EmreHasegeli.
1 parent6513633 commitdbe3161

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
intswidth,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)

[8]ページ先頭

©2009-2025 Movatter.jp