table-select: Only cut headers into two if needed in table_select_slice().
[pspp] / src / data / file-name.c
index 9eeb4b1cfc06309e45c0777ef1277aa0fbeb4894..fa0eb794010f75b9b2666334c08b827422ed04bd 100644 (file)
@@ -170,7 +170,7 @@ fn_getenv_default (const char *key, const char *def)
 static FILE *
 safety_violation (const char *fn)
 {
-  msg (SE, _("Not opening pipe file `%s' because SAFER option set."), fn);
+  msg (SE, _("Not opening pipe file `%s' because %s option set."), fn, "SAFER");
   errno = EPERM;
   return NULL;
 }