sane-backends/sane-genesys-s390x-ftbfs.patch
2020-02-10 10:14:56 +01:00

14 lines
435 B
Diff

diff --git a/backend/genesys/low.cpp b/backend/genesys/low.cpp
index 7937fcc..4020456 100644
--- a/backend/genesys/low.cpp
+++ b/backend/genesys/low.cpp
@@ -539,7 +539,7 @@ Image read_unshuffled_image_from_scanner(Genesys_Device* dev, const ScanSession&
}
#ifdef WORDS_BIGENDIAN
- if (depth == 16) {
+ if (session.params.depth == 16) {
dev->pipeline.push_node<ImagePipelineNodeSwap16BitEndian>();
}
#endif