- Timestamp:
- Oct 30, 2018 4:46:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r75186 r75189 1571 1571 RT_MIN(64, cbLeft), &pbNativeBits[off], 1572 1572 RT_MIN(64, cbLeft), &abBytes[0]); 1573 printf("SUPDrv: %s ", pReq->u.Out.szError);1573 printf("SUPDrv: %s\n", pReq->u.Out.szError); 1574 1574 break; 1575 1575 }
Note:
See TracChangeset
for help on using the changeset viewer.