- Fix a typo

- Fixes coverity error 388

svn path=/branches/aicom-network-fixes/; revision=36528
This commit is contained in:
Cameron Gutman 2008-09-26 03:43:07 +00:00
parent 0820ee7a4e
commit 82e25f4548

View file

@ -1496,7 +1496,7 @@ NdisIPnPStartDevice(
if (Stack->Parameters.StartDevice.AllocatedResourcesTranslated != NULL) if (Stack->Parameters.StartDevice.AllocatedResourcesTranslated != NULL)
{ {
ResourceCount = Stack->Parameters.StartDevice.AllocatedResources->List[0]. ResourceCount = Stack->Parameters.StartDevice.AllocatedResourcesTranslated->List[0].
PartialResourceList.Count; PartialResourceList.Count;
ResourceListSize = ResourceListSize =
FIELD_OFFSET(CM_RESOURCE_LIST, List[0].PartialResourceList. FIELD_OFFSET(CM_RESOURCE_LIST, List[0].PartialResourceList.