Changeset 64883 in vbox for trunk/src/VBox/Runtime/common/crypto/spc-core.cpp
- Timestamp:
- Dec 15, 2016 3:26:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/spc-core.cpp
r62477 r64883 69 69 if (pData) 70 70 for (uint32_t i = 0; i < pData->cItems; i++) 71 if (pData->pa Items[i].enmType == enmType)72 return &pData->paItems[i];71 if (pData->papItems[i]->enmType == enmType) 72 return pData->papItems[i]; 73 73 } 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.