summaryrefslogtreecommitdiff
path: root/package/sane-backends/patches/patch-backend_umax1220u-common_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:21:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:53:54 +0100
commitf1d974dedab275cc690eeab6e01f9b2d13ca5da1 (patch)
tree02306991bbf76f8e43f4662297c78716ce61c2d3 /package/sane-backends/patches/patch-backend_umax1220u-common_c
parent314aef8ffc337ad6a2bed1cc14669d469abdb6f8 (diff)
sane-backends: update to 1.2.1
Diffstat (limited to 'package/sane-backends/patches/patch-backend_umax1220u-common_c')
-rw-r--r--package/sane-backends/patches/patch-backend_umax1220u-common_c12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/sane-backends/patches/patch-backend_umax1220u-common_c b/package/sane-backends/patches/patch-backend_umax1220u-common_c
deleted file mode 100644
index 8889f7795..000000000
--- a/package/sane-backends/patches/patch-backend_umax1220u-common_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- sane-backends-1.0.20.orig/backend/umax1220u-common.c 2006-04-17 14:46:41.000000000 +0200
-+++ sane-backends-1.0.20/backend/umax1220u-common.c 2009-05-11 21:17:47.000000000 +0200
-@@ -556,7 +556,7 @@ cwritev (UMAX_Handle * scan, UMAX_Cmd cm
- /* Read the opcode back */
-
- CHK (cread (scan, cmd, len, buf, NULL));
-- if (bcmp (buf, data, len))
-+ if (memcmp (buf, data, len))
- {
- DBG (1, "cwritev: verification failed\n");
- return SANE_STATUS_IO_ERROR;