X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fdata%2Fpor-file-writer.c;h=c5f758a1e5db1a1a16545fdd7cd35cf86e2f322c;hb=99f4295b50bc02b7024deeb59324a3332b560fbd;hp=9889cfd95378ed7593c1cfbb2ba9ad187427d06f;hpb=33c65b85425187f4cb06f7c8302e49d571c4c3a7;p=pspp-builds.git diff --git a/src/data/por-file-writer.c b/src/data/por-file-writer.c index 9889cfd9..c5f758a1 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))