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

(-)a/poster.c (-2 / +6 lines)
Lines 812-819 Link Here
812
			if (!strncmp( c, "(atend)", 7)) atend = 1;
812
			if (!strncmp( c, "(atend)", 7)) atend = 1;
813
			else
813
			else
814
			{	/* pass this DSC to output */
814
			{	/* pass this DSC to output */
815
				puts( buf);
815
				/* if it is not another DocumentMedia comment */
816
				dsc_cont = 1;
816
				if (strncmp( buf, "%%DocumentMedia", 15))
817
				{
818
					puts( buf);
819
					dsc_cont = 1;
820
				}
817
			}
821
			}
818
		}
822
		}
819
		else if ( !strncmp( buf, "%%Pages:", 8 ) )
823
		else if ( !strncmp( buf, "%%Pages:", 8 ) )

Return to bug 471270