- Timestamp:
- Mar 9, 2007 9:53:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMLdr.cpp
r1354 r1356 899 899 if (cchPath > RTPATH_MAX) 900 900 { 901 AssertMsgFailed( "Path too long!\n");901 AssertMsgFailed(("Path too long!\n")); 902 902 return NULL; 903 903 }
Note:
See TracChangeset
for help on using the changeset viewer.