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 4556a50 commit cbb1315Copy full SHA for cbb1315
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.38 1996/12/11 22:57:34 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.39 1996/12/14 08:20:18 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