We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c68e07 commit 76fae39Copy full SHA for 76fae39
src/bin/psql/psql.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37.2.1 1996/12/11 23:07:37 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37.2.2 1996/12/14 08:19:40 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1092,7 +1092,7 @@ HandleSlashCmds(PsqlSettings * settings,
1092
char *fs = DEFAULT_FIELD_SEP;
1093
if (optarg)
1094
fs = optarg;
1095
- if (settings->opt.fieldSep);
+ if (settings->opt.fieldSep)
1096
free(settings->opt.fieldSep);
1097
if (!(settings->opt.fieldSep = strdup(fs))) {
1098
perror("malloc");
0 commit comments