- Timestamp:
- Oct 20, 2009 9:34:01 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM.cpp
r23872 r23895 3951 3951 if (cch > _1M) 3952 3952 { 3953 AssertMsgFailed(("a % d byte long string, what's this!?!\n"));3953 AssertMsgFailed(("a %zu byte long string, what's this!?!\n", cch)); 3954 3954 return VERR_TOO_MUCH_DATA; 3955 3955 }
Note:
See TracChangeset
for help on using the changeset viewer.