diff options
| author | Wei Mao <[email protected]> | 2022-03-30 09:43:50 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2022-03-30 09:43:50 -0700 |
| commit | 74dfa461f428642ff93287ad5045432297954461 (patch) | |
| tree | 2ad25348c0c4156f956b6b314f99541867b9c6bb | |
| parent | d2d9b75d3dfce353844d61bff86eccfa5f4a423d (diff) | |
[usb/usbview] Comparison between i of type UCHAR and SublinkSpeedAttrCount of wider type ULONG. (line 2730)
| -rw-r--r-- | usb/usbview/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usbview/display.c b/usb/usbview/display.c index f27d32c9..f0b4ce66 100644 --- a/usb/usbview/display.c +++ b/usb/usbview/display.c @@ -2671,7 +2671,7 @@ DisplaySuperSpeedPlusCapabilityDescriptor ( PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR sspCapDesc ) { - UCHAR i; + ULONG i; AppendTextBuffer("\r\n ===>SuperSpeed USB Device Capability Descriptor<===\r\n"); |
