X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpor-file-writer.c;h=c5f758a1e5db1a1a16545fdd7cd35cf86e2f322c;hb=173d1687aea88e0e5e1b1d8615ed68ebefb15d08;hp=9889cfd95378ed7593c1cfbb2ba9ad187427d06f;hpb=4277d80790ded2c83d81a34ed536abe95c925d45;p=pspp diff --git a/src/data/por-file-writer.c b/src/data/por-file-writer.c index 9889cfd953..c5f758a1e5 100644 --- a/src/data/por-file-writer.c +++ b/src/data/por-file-writer.c @@ -157,7 +157,7 @@ pfm_open_writer (struct file_handle *fh, struct dictionary *dict, &w->file, NULL); if (w->rf == NULL) { - msg (ME, _("Error opening \"%s\" for writing as a portable file: %s."), + msg (ME, _("Error opening `%s' for writing as a portable file: %s."), fh_get_file_name (fh), strerror (errno)); goto error; } @@ -502,7 +502,7 @@ close_writer (struct pfm_writer *w) ok = false; if (!ok) - msg (ME, _("An I/O error occurred writing portable file \"%s\"."), + msg (ME, _("An I/O error occurred writing portable file `%s'."), fh_get_file_name (w->fh)); if (ok ? !replace_file_commit (w->rf) : !replace_file_abort (w->rf))