Changeset 43259 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 9, 2012 4:02:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r42927 r43259 1084 1084 bool fLast = RTListNodeIsLast(&g_lstControlFiles, &pFile->Node); 1085 1085 1086 intrc2 = RTFileClose(pFile->hFile);1086 rc2 = RTFileClose(pFile->hFile); 1087 1087 if (RT_FAILURE(rc2)) 1088 1088 {
Note:
See TracChangeset
for help on using the changeset viewer.