kopia lustrzana https://gitlab.com/sane-project/backends
spelling fixes for net backend
rodzic
15d95a5b1b
commit
e0bc8e9ba7
|
@ -2251,7 +2251,7 @@ sane_read (SANE_Handle handle, SANE_Byte * data, SANE_Int max_length,
|
||||||
*length = nread;
|
*length = nread;
|
||||||
/* Check whether we are scanning with a depth of 16 bits/pixel and whether
|
/* Check whether we are scanning with a depth of 16 bits/pixel and whether
|
||||||
server and client have different byte order. If this is true, then it's
|
server and client have different byte order. If this is true, then it's
|
||||||
neccessary to check whether read returned an odd number. If an odd number
|
necessary to check whether read returned an odd number. If an odd number
|
||||||
has been returned, we must save the last byte.
|
has been returned, we must save the last byte.
|
||||||
*/
|
*/
|
||||||
if ((depth == 16) && (server_big_endian != client_big_endian))
|
if ((depth == 16) && (server_big_endian != client_big_endian))
|
||||||
|
|
Ładowanie…
Reference in New Issue