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

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- src/npw-config.c
0
++ src/npw-config.c
Lines 538-543 Link Here
538
	  if (pid < 0)
538
	  if (pid < 0)
539
		continue;
539
		continue;
540
	  else if (pid == 0) {
540
	  else if (pid == 0) {
541
		if (!g_verbose)
542
		{
543
			fclose(stderr);
544
		}
541
		execl(viewer_path, NPW_VIEWER, "--test", "--plugin", filename, NULL);
545
		execl(viewer_path, NPW_VIEWER, "--test", "--plugin", filename, NULL);
542
		exit(1);
546
		exit(1);
543
	  }
547
	  }

Return to bug 238403