X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcsv-file-writer.c;h=94338c2bcf74b366af40b88ec25e436a88d99a21;hb=7344ce41487d4294726d597b99bbef5c3cfa1ce6;hp=c01cb342318e32d9e12ad78505dee4c26a113a7c;hpb=3db83b515247dca69abbf7ad05d3dbdfec4b524c;p=pspp diff --git a/src/data/csv-file-writer.c b/src/data/csv-file-writer.c index c01cb34231..94338c2bcf 100644 --- a/src/data/csv-file-writer.c +++ b/src/data/csv-file-writer.c @@ -153,7 +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); + w->rf = replace_file_start (fh, false, 0666, &w->file); if (w->rf == NULL) { msg (ME, _("Error opening `%s' for writing as a system file: %s."),