Changeset 75471 in vbox for trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
- Timestamp:
- Nov 14, 2018 9:38:08 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126626
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r75470 r75471 1698 1698 { 1699 1699 const char *pszTag = pszMountedName + strlen(pszMountedName) + 1; /* safe */ 1700 if ( strcmp(pszTag, "VBoxAutomounter") == 0)1701 RTPrintf("%s %s *", pszOn, szDrive);1700 if (*pszTag != '\0') 1701 RTPrintf("%s %s (%s)", pszOn, szDrive, pszTag); 1702 1702 else 1703 1703 RTPrintf("%s %s", pszOn, szDrive);
Note:
See TracChangeset
for help on using the changeset viewer.