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

Commit3d642ae

Browse files
committed
Fix Win32 pg_dumpall check.
1 parentbc1ca75 commit3d642ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/port/exec.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/port/exec.c,v 1.19 2004/08/08 03:21:39 momjian Exp $
10+
* $PostgreSQL: pgsql/src/port/exec.c,v 1.20 2004/08/09 03:12:38 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -392,8 +392,8 @@ static char *pipe_read_line(char *cmd, char *line, int maxsize)
392392
line[strlen(line)-2]=='\r'&&
393393
line[strlen(line)-1]=='\n')
394394
{
395-
line[strlen(line)-2]=='\n';
396-
line[strlen(line)-1]=='\0';
395+
line[strlen(line)-2]='\n';
396+
line[strlen(line)-1]='\0';
397397
}
398398

399399
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp