Changeset 82431 in vbox for trunk/src/VBox
- Timestamp:
- Dec 5, 2019 4:52:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r82114 r82431 1290 1290 } 1291 1291 else 1292 AssertMsgFailed(("idAssociatedContext cid = %d, sid = %d\n", pSurface->idAssociatedContext, pSurface->id));1292 AssertMsgFailed(("idAssociatedContext cid=%u, sid=%u\n", pSurface->idAssociatedContext, pSurface->id)); 1293 1293 } 1294 1294 else
Note:
See TracChangeset
for help on using the changeset viewer.