X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=5aec959c740a16a69888d9f5da76ad2d56778528;hb=4fc76abeb861faaa36c854dfc86e76d00d8089f4;hp=4fd23184ec37e21def2d34c793a9aa21655c37fe;hpb=b7994155882996ee11fb1b6b044c429b0d2f8a44;p=pspp-builds.git diff --git a/src/output/html.c b/src/output/html.c index 4fd23184..5aec959c 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 ("