Changeset 99961 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 24, 2023 9:57:27 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/sg.cpp
r99960 r99961 51 51 static void *rtSgBufGet(PRTSGBUF pSgBuf, size_t *pcbData) 52 52 { 53 /* 53 /* 54 54 * Check that the S/G buffer has memory left (!RTSgIsEnd(pSgBuf)). 55 55 */ … … 76 76 #endif 77 77 78 /* 78 /* 79 79 * Advance ... 80 80 */
Note:
See TracChangeset
for help on using the changeset viewer.