Changeset 72364 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 28, 2018 4:49:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r69111 r72364 585 585 /* See if we've already got that name in the list. */ 586 586 uint16_t idxName; 587 if (pidxName) /* If pidxName is NULL, we assume the caller mig thjust be passing stuff thru. */587 if (pidxName) /* If pidxName is NULL, we assume the caller might just be passing stuff thru. */ 588 588 { 589 589 idxName = omfWriter_LNamesLookupN(pThis, pchName, cchName);
Note:
See TracChangeset
for help on using the changeset viewer.