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

Commit2732932

Browse files
committed
Improve comment.
1 parent6c3561b commit2732932

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/port/exec.c

Lines changed: 5 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.17 2004/07/26 01:48:00 momjian Exp $
10+
* $PostgreSQL: pgsql/src/port/exec.c,v 1.18 2004/08/08 02:22:55 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -383,8 +383,10 @@ static char *pipe_read_line(char *cmd, char *line, int maxsize)
383383
/* So we read some data */
384384
retval=line;
385385

386-
/* We emulate fgets() behaviour. So if there is no newline
387-
* at the end, we add one... */
386+
/*
387+
*We emulate fgets() behaviour. So if there is no newline
388+
*at the end, we add one...
389+
*/
388390
if (line[strlen(line)-1]!='\n')
389391
strcat(line,"\n");
390392
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp