X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcsv-file-writer.c;h=c01cb342318e32d9e12ad78505dee4c26a113a7c;hb=86454c8ab63804d02cb4f08e8b5e45299b8eb810;hp=99fe41351063516cb752b4b9d3acfc436eac83b9;hpb=40214686362e348692b4b6bd05ed5522189525c0;p=pspp diff --git a/src/data/csv-file-writer.c b/src/data/csv-file-writer.c index 99fe413510..c01cb34231 100644 --- a/src/data/csv-file-writer.c +++ b/src/data/csv-file-writer.c @@ -33,7 +33,6 @@ #include "data/data-out.h" #include "data/dictionary.h" #include "data/file-handle-def.h" -#include "data/file-name.h" #include "data/format.h" #include "data/make-file.h" #include "data/missing-values.h" @@ -154,8 +153,7 @@ csv_writer_open (struct file_handle *fh, const struct dictionary *dict, goto error; /* Create the file on disk. */ - w->rf = replace_file_start (fh, "w", 0666, - &w->file, NULL); + w->rf = replace_file_start (fh, "w", 0666, &w->file); if (w->rf == NULL) { msg (ME, _("Error opening `%s' for writing as a system file: %s."),