summaryrefslogtreecommitdiff
path: root/hplip-hplj-3052.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 02:45:17 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 02:45:17 +0000
commit92ff4cdf8c84e91584dd6076aa5b3c774ab0a622 (patch)
tree6ba01d84d85f00b380477077d920c341c3570b09 /hplip-hplj-3052.patch
parentd8ce4006ffe8011c16c265205aa330c52a0de0c1 (diff)
automatic import of hplipopeneuler24.03_LTS
Diffstat (limited to 'hplip-hplj-3052.patch')
-rw-r--r--hplip-hplj-3052.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/hplip-hplj-3052.patch b/hplip-hplj-3052.patch
new file mode 100644
index 0000000..c65efac
--- /dev/null
+++ b/hplip-hplj-3052.patch
@@ -0,0 +1,21 @@
+diff --git a/scan/scanext/scanext.c b/scan/scanext/scanext.c
+index ff57987..f607220 100755
+--- a/scan/scanext/scanext.c
++++ b/scan/scanext/scanext.c
+@@ -407,16 +407,6 @@ static PyObject *setOption (_ScanDevice * self, PyObject * args)
+ int n;
+ multipick = 1;
+
+-if(1)
+-{
+-SANE_Bool b = SANE_TRUE;
+- sane_control_option (self->h, 9, SANE_ACTION_SET_VALUE, (void *)&b, &i);
+-}
+-else
+-{
+-SANE_Bool b = SANE_FALSE;
+- sane_control_option (self->h, 9, SANE_ACTION_SET_VALUE, (void *)&b, &i);
+-}
+ if (!PyArg_ParseTuple (args, "iO", &n, &value))
+ raiseError("Invalid arguments.");
+