Changeset 15653 in vbox for trunk/src/VBox
- Timestamp:
- Dec 18, 2008 12:57:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r15461 r15653 198 198 * Do the job. 199 199 */ 200 Assert(pThis->hDevice == NIL_RTFILE); 200 201 int rc = suplibDarwinOpenService(pThis); 201 202 if (RT_SUCCESS(rc)) … … 240 241 * Check if we're initited at all. 241 242 */ 242 if ( (int)pThis->hDevice >= 0)243 if (pThis->hDevice != NIL_RTFILE) 243 244 { 244 245 if (close(pThis->hDevice))
Note:
See TracChangeset
for help on using the changeset viewer.