X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=5aec959c740a16a69888d9f5da76ad2d56778528;hb=d8fdf0b4fa919e48397b438e9453d6b82215ff51;hp=4fd23184ec37e21def2d34c793a9aa21655c37fe;hpb=b7994155882996ee11fb1b6b044c429b0d2f8a44;p=pspp diff --git a/src/output/html.c b/src/output/html.c index 4fd23184ec..5aec959c74 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -103,7 +103,7 @@ html_create (const char *file_name, enum settings_output_devices device_type, html->file = fn_open (html->file_name, "w"); if (html->file == NULL) { - error (0, errno, _("error opening output file \"%s\""), html->file_name); + error (0, errno, _("error opening output file `%s'"), html->file_name); goto error; } @@ -117,7 +117,7 @@ html_create (const char *file_name, enum settings_output_devices device_type, html->file); fputs ("\n", html->file); - fputs ("