summaryrefslogtreecommitdiff
path: root/backend/usb-unix.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-05-12 06:22:31 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-05-12 06:22:31 +0000
commit321d8d57dacf00e4ae19558dc9444519f4d9ade1 (patch)
tree6f07778268fd2099c235dd4d2f2d4aa38fcb0110 /backend/usb-unix.c
parenteac3a0a01bf37d95f4129b28296cb697c54b2613 (diff)
downloadcups-321d8d57dacf00e4ae19558dc9444519f4d9ade1.tar.gz
Merge changes from CUPS 1.5b1-r9774.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3247 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/usb-unix.c')
-rw-r--r--backend/usb-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/usb-unix.c b/backend/usb-unix.c
index 698457a39..4c410174b 100644
--- a/backend/usb-unix.c
+++ b/backend/usb-unix.c
@@ -56,7 +56,7 @@ print_device(const char *uri, /* I - Device URI */
{
int use_bc; /* Use backchannel path? */
int device_fd; /* USB device */
- size_t tbytes; /* Total number of bytes written */
+ ssize_t tbytes; /* Total number of bytes written */
struct termios opts; /* Parallel port options */