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

Commitca1c7e6

Browse files
committed
Silence warning
1 parent188065c commitca1c7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.39 2000/11/25 06:21:54 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.40 2000/11/26 11:09:32 petere Exp $
77
*/
88
#include"postgres.h"
99
#include"command.h"
@@ -1395,7 +1395,7 @@ static bool
13951395
do_edit(constchar*filename_arg,PQExpBufferquery_buf)
13961396
{
13971397
charfnametmp[MAXPGPATH];
1398-
FILE*stream;
1398+
FILE*stream=NULL;
13991399
constchar*fname;
14001400
boolerror= false;
14011401
intfd;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp