Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232081
Collapse All | Expand All

(-)/gettext-0.17/gettext-tools/src/write-catalog.c (-1 / +1 lines)
Lines 220-226 Link Here
220
      /* Open the output file.  */
220
      /* Open the output file.  */
221
      if (!to_stdout)
221
      if (!to_stdout)
222
	{
222
	{
223
	  fd = open (filename, O_WRONLY | O_CREAT);
223
	  fd = open (filename, O_WRONLY | O_CREAT, S_IRUSR|S_IWUSR);
224
	  if (fd < 0)
224
	  if (fd < 0)
225
	    {
225
	    {
226
	      const char *errno_description = strerror (errno);
226
	      const char *errno_description = strerror (errno);

Return to bug 232081