14 lines
430 B
Text
14 lines
430 B
Text
|
$NetBSD: patch-ad,v 1.1.1.1 2008/03/04 11:30:08 shannonjr Exp $
|
||
|
|
||
|
--- src/ccid_usb.c.orig 2008-02-08 02:16:38.000000000 -0700
|
||
|
+++ src/ccid_usb.c
|
||
|
@@ -880,7 +880,7 @@ int InterruptRead(int reader_index)
|
||
|
usbDevice[reader_index].filename, strerror(errno));
|
||
|
}
|
||
|
else
|
||
|
- DEBUG_XXD("NotifySlotChange: ", buffer, ret);
|
||
|
+ DEBUG_XXD("NotifySlotChange: ", (const unsigned char *) buffer, ret);
|
||
|
|
||
|
return ret;
|
||
|
} /* InterruptRead */
|