summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2018-09-25 06:39:10 +0000
committerSteve Langasek <vorlon@debian.org>2018-09-25 18:10:17 +0000
commit3272b569c43b62059c31b81b7a36c642424e2065 (patch)
tree760fa9c448c019bf7cc76fc3733cdabd6fcb3409 /src
parent1ee7cedc9310dee5c7bce513276d250df1c6fc53 (diff)
src/dsp_csv.c: Fix broken invocation of dsp_col() introduced in cherry-pick.
Diffstat (limited to 'src')
-rw-r--r--src/dsp_csv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dsp_csv.c b/src/dsp_csv.c
index d410781..e3c40ee 100644
--- a/src/dsp_csv.c
+++ b/src/dsp_csv.c
@@ -142,7 +142,7 @@ int dsp_csv( output, cmd, flags )
}
else
{
- dsp_col( output, "", 0 );
+ dsp_col( output, "", 0, False );
}
if (i < (desc->d_ncols-1))