]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-darwin.c
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / backend / usb-darwin.c
index 3f9f2c066474a7f56b8262c3d9f4527aea271d22..496a14219212729291dc66c0a5963e1dad8017c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: usb-darwin.c 5488 2006-05-03 19:39:30Z mike $"
+ * "$Id: usb-darwin.c 181 2006-06-22 20:01:18Z jlovell $"
  *
  * © Copyright 2005-2006 Apple Computer, Inc. All rights reserved.
  *
@@ -1310,7 +1310,7 @@ static void *read_thread(void *reference)
      */
     start = mach_absolute_time();
 
-    rbytes = sizeof(readbuffer) - 1;
+    rbytes = sizeof(readbuffer);
     readstatus = (*classdriver)->ReadPipe( classdriver, readbuffer, &rbytes );
     if ( kIOReturnSuccess == readstatus && rbytes > 0 ) {
 
@@ -1346,5 +1346,5 @@ static void *read_thread(void *reference)
 
 
 /*
- * End of "$Id: usb-darwin.c 5488 2006-05-03 19:39:30Z mike $".
+ * End of "$Id: usb-darwin.c 181 2006-06-22 20:01:18Z jlovell $".
  */