VirtualBox

Changeset 23895 in vbox for trunk/src


Ignore:
Timestamp:
Oct 20, 2009 9:34:01 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53683
Message:

SSM.cpp: Corrected assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SSM.cpp

    r23872 r23895  
    39513951    if (cch > _1M)
    39523952    {
    3953         AssertMsgFailed(("a %d byte long string, what's this!?!\n"));
     3953        AssertMsgFailed(("a %zu byte long string, what's this!?!\n", cch));
    39543954        return VERR_TOO_MUCH_DATA;
    39553955    }
Note: See TracChangeset for help on using the changeset viewer.

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