Changeset 28687 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Apr 24, 2010 3:06:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/sg.cpp
r28145 r28687 359 359 pvSeg = sgBufGet(pSgBuf, &cbThisSeg); 360 360 361 if (!cbThisSeg) 362 { 363 Assert(!pvSeg); 364 break; 365 } 366 361 367 AssertMsg(cbThisSeg <= cbData, ("Impossible!\n")); 362 368
Note:
See TracChangeset
for help on using the changeset viewer.