VirtualBox

Changeset 60048 in vbox


Ignore:
Timestamp:
Mar 15, 2016 9:11:49 PM (9 years ago)
Author:
vboxsync
Message:

Runtime/zip: typo (thanks PVS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/zip.cpp

    r57432 r60048  
    11011101       )
    11021102    {
    1103         AssertMsgFailed(("Invalid LZF header! %.*Rhxs\n", sizeof(pHdr), pHdr));
     1103        AssertMsgFailed(("Invalid LZF header! %.*Rhxs\n", sizeof(*pHdr), pHdr));
    11041104        return false;
    11051105    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette