diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-19 10:13:13 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-19 10:13:23 +0900 |
commit | 1c1564dacbc7401059687926343890dd2f7a7b03 (patch) | |
tree | 4e894da0d2c882fa85acfcdc4427192b554830f0 /backend | |
parent | 7ffe1916bf6bab5fc5ef042323755da1ef55116c (diff) | |
download | cups-1c1564dacbc7401059687926343890dd2f7a7b03.tar.gz cups-1c1564dacbc7401059687926343890dd2f7a7b03.tar.bz2 cups-1c1564dacbc7401059687926343890dd2f7a7b03.zip |
Imported Upstream version 2.2.1upstream/2.2.1
Change-Id: If15a6d5bb3fb4bba5863645a36e057f09179b4d7
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'backend')
-rw-r--r-- | backend/ieee1284.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ieee1284.c b/backend/ieee1284.c index c77403b..0488174 100644 --- a/backend/ieee1284.c +++ b/backend/ieee1284.c @@ -88,7 +88,7 @@ backendGetDeviceID( *device_id = '\0'; # ifdef __linux - if (ioctl(fd, LPIOC_GET_DEVICE_ID(device_id_size), device_id)) + if (ioctl(fd, LPIOC_GET_DEVICE_ID((unsigned)device_id_size), device_id)) { /* * Linux has to implement things differently for every device it seems. |