]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Map two-sided-short-edge to DuplexTumble 236/head
authorSean Kau <skau@chromium.org>
Thu, 21 May 2020 22:08:11 +0000 (15:08 -0700)
committerSean Kau <skau@chromium.org>
Thu, 21 May 2020 22:10:14 +0000 (15:10 -0700)
two-sided-short-edge and two-sided-long-edge were both mapped to
DuplexNoTumble.  DuplexNoTumble should be mapped to the long-edge
tumble and short-edge to DuplexTumble.

filter/foomatic-rip/foomaticrip.c

index b60c1e78430970817d49424b4b8e12fb77829944..1cf3770cd64aaa93cf8277f0a8b6427954cb7f84 100644 (file)
@@ -401,7 +401,7 @@ void process_cmdline_options()
                             if ((opt2 = find_option("Binding")))
                                 option_set_value(opt2, optset, "ShortEdge");
                             else
-                                option_set_value(opt, optset, "DuplexNoTumble");
+                                option_set_value(opt, optset, "DuplexTumble");
                         }
                     }
                 }