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

(-)gv-3.6.1/src/Ghostview.c (+1 lines)
Lines 1424-1429 Link Here
1424
	 while (isspace(*dptr)) dptr++;
1424
	 while (isspace(*dptr)) dptr++;
1425
    }
1425
    }
1426
    argv[argc++] = "-dNOPAUSE";
1426
    argv[argc++] = "-dNOPAUSE";
1427
    argv[argc++] = "-g2x2"; // Avoid unwanted rotation of landscape pdf files
1427
    if (gvw->ghostview.quiet) argv[argc++] = "-dQUIET";
1428
    if (gvw->ghostview.quiet) argv[argc++] = "-dQUIET";
1428
    if (gvw->ghostview.safer) 
1429
    if (gvw->ghostview.safer) 
1429
      {
1430
      {

Return to bug 91999