csv: Fix setting output file name.
authorBen Pfaff <blp@gnu.org>
Sun, 21 Feb 2010 21:19:29 +0000 (13:19 -0800)
committerBen Pfaff <blp@gnu.org>
Sun, 21 Feb 2010 21:19:29 +0000 (13:19 -0800)
commitb788989195483175d0b920178a2417d31c04c1a1
tree3d815a5de47cfd629c8fd5afb195dff2d3276044
parent736cad34a833704f6052319d66d57f4fd839e892
csv: Fix setting output file name.

The output file named used to be provided as an option named "output-file",
but now it is a separate argument to the "create" function.  This had
been overlooked for the CSV driver, so that it always produced output in
a file named "pspp.csv", but this commit fixes the problem.
src/output/csv.c