Changeset 60048 in vbox
- Timestamp:
- Mar 15, 2016 9:11:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/zip.cpp
r57432 r60048 1101 1101 ) 1102 1102 { 1103 AssertMsgFailed(("Invalid LZF header! %.*Rhxs\n", sizeof( pHdr), pHdr));1103 AssertMsgFailed(("Invalid LZF header! %.*Rhxs\n", sizeof(*pHdr), pHdr)); 1104 1104 return false; 1105 1105 }
Note:
See TracChangeset
for help on using the changeset viewer.