replace_file_start: remove parameter TMP_FILE
[pspp] / src / data / csv-file-writer.c
index 99fe41351063516cb752b4b9d3acfc436eac83b9..7a437c5947a2d49c561ad22babed47dcf18c955c 100644 (file)
@@ -154,8 +154,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."),