Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 75926)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 75927)
@@ -2595,5 +2595,5 @@
                 while (*pszAttribs == ' ');
             else
-                pszAttribs = "";
+                pszAttribs = strchr(pszMode, '\0');
             if (uDeviceNo != 0)
                 RTPrintf("  Mode: %-16s Attrib: %-17s Dev ID: %#RX32\n", pszMode, pszAttribs, uDeviceNo);
