VirtualBox

Changeset 31345 in vbox


Ignore:
Timestamp:
Aug 3, 2010 10:13:16 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64384
Message:

Main/HostImpl: Solaris DVD drive list fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r31337 r31345  
    20472047                                    RTStrPrintf(pDrive->szDescription, sizeof(pDrive->szDescription), "%s %s", pszVendor, pszProduct);
    20482048                                    RTStrCopy(pDrive->szRawDiskPath, sizeof(pDrive->szRawDiskPath), pszDevLinkPath);
    2049                                     if (!*ppDrives)
    2050                                         *ppDrives = pDrive;
    2051                                     else
    2052                                         (*ppDrives)->pNext = pDrive;
     2049                                    if (*ppDrives)
     2050                                        pDrive->pNext = *ppDrives;
     2051                                    *ppDrives = pDrive;
    20532052                                }
    20542053                            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette