~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to filter/pdftopdf/nup.cc

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2015-01-15 18:06:05 UTC
  • mfrom: (1.2.25)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: package-import@ubuntu.com-20150115180605-fnfbqv85k3y5zggk
Tags: upstream-1.0.62
ImportĀ upstreamĀ versionĀ 1.0.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
{
53
53
  // 1 2 3 4 6 8 9 10 12 15 16
54
54
  return (nup>=1)&&(nup<=16)&&
55
 
         ( (nup!=5)||(nup!=7)||(nup!=11)||(nup!=13)||(nup!=14) );
 
55
         ( (nup!=5)&&(nup!=7)&&(nup!=11)&&(nup!=13)&&(nup!=14) );
56
56
}
57
57
// }}}
58
58