File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.7 1996/07/25 06:46:35 julian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.8 1996/07/27 02:40:45 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -1111,10 +1111,10 @@ main(int argc, char** argv)
1111
1111
extern char * optarg ;
1112
1112
extern int optind ;
1113
1113
1114
- char * dbname = NULL ;
1115
- char * host = NULL ;
1116
- char * port = NULL ;
1117
- char * qfilename = NULL ;
1114
+ char * dbname = ( char * ) NULL ;
1115
+ char * host = ( char * ) NULL ;
1116
+ char * port = ( char * ) NULL ;
1117
+ char * qfilename = ( char * ) NULL ;
1118
1118
char errbuf [ERROR_MSG_LENGTH ];
1119
1119
1120
1120
PsqlSettings settings ;
You can’t perform that action at this time.
0 commit comments