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 77 *
88 *
99 * 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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -1111,10 +1111,10 @@ main(int argc, char** argv)
11111111 extern char * optarg ;
11121112 extern int optind ;
11131113
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 ;
11181118 char errbuf [ERROR_MSG_LENGTH ];
11191119
11201120 PsqlSettings settings ;
You can’t perform that action at this time.
0 commit comments