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

Commit0d9a0ed

Browse files
committed
Package: postgresql
Version: 6.5.3-11Severity: important'char' is not a signed type by default on powerpc; therefore a charactercannever be equal to EOF (-1). A patch is attached.Dan/--------------------------------\ /--------------------------------\| Daniel Jacobowitz |__| SCS Class of 2002 |
1 parenta526922 commit0d9a0ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/interfaces/odbc/connection.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,8 @@ QResultClass *
822822
CC_send_query(ConnectionClass*self,char*query,QueryInfo*qi)
823823
{
824824
QResultClass*result_in,*res=NULL;
825-
charid,swallow;
825+
charswallow;
826+
intid;
826827
SocketClass*sock=self->sock;
827828
staticcharmsgbuffer[MAX_MESSAGE_LEN+1];
828829
charcmdbuffer[MAX_MESSAGE_LEN+1];// QR_set_command() dups this string so dont need static

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp