Skip to content

Commit 2732932

Browse files
committed
Improve comment.
1 parent 6c3561b commit 2732932

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