Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130645 | Differences between
and this patch

Collapse All | Expand All

(-)cnijfilter-2.60/pstocanonij/filter/pstocanonij.c (-2 / +3 lines)
Lines 701-713 Link Here
701
			}
701
			}
702
			else
702
			else
703
			{
703
			{
704
				to_lower_except_size_X(choice);
705
706
				if( !strcmp(p_table->ppd_key, "PageSize")
704
				if( !strcmp(p_table->ppd_key, "PageSize")
707
				 && is_borderless(choice) )
705
				 && is_borderless(choice) )
708
				{
706
				{
709
					param_list_add(&p_list, "--borderless", "", 1);
707
					param_list_add(&p_list, "--borderless", "", 1);
710
				}
708
				}
709
710
				to_lower_except_size_X(choice);
711
711
				param_list_add(&p_list, p_table->opt_key,
712
				param_list_add(&p_list, p_table->opt_key,
712
					choice, strlen(choice) + 1);
713
					choice, strlen(choice) + 1);
713
			}
714
			}

Return to bug 130645