VirtualBox

Changeset 45958 in vbox


Ignore:
Timestamp:
May 8, 2013 8:08:45 PM (12 years ago)
Author:
vboxsync
Message:

Main/VPX: start at 1 not 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r45956 r45958  
    43924392            {
    43934393                if (pDisplay->mcMonitors > 1)
    4394                     rc = RTStrAPrintf(&pszName, "%s-%u%s", pszAbsPath, uScreen, pszExt);
     4394                    rc = RTStrAPrintf(&pszName, "%s-%u%s", pszAbsPath, uScreen+1, pszExt);
    43954395                else
    43964396                    rc = RTStrAPrintf(&pszName, "%s%s", pszAbsPath, pszExt);
Note: See TracChangeset for help on using the changeset viewer.

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