mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[USBHUB]
- Fix build svn path=/branches/usb-bringup-trunk/; revision=55071
This commit is contained in:
parent
f0f22e7bb2
commit
9d6209dc3a
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ USBHUB_PdoQueryDeviceText(
|
|||
//
|
||||
// does the device provide a text description
|
||||
//
|
||||
if (ChildDeviceExtension->usTextDescription->Buffer && ChildDeviceExtension->usTextDescription->Length)
|
||||
if (ChildDeviceExtension->usTextDescription.Buffer && ChildDeviceExtension->usTextDescription.Length)
|
||||
{
|
||||
//
|
||||
// use device text
|
||||
|
|
Loading…
Reference in a new issue