VirtualBox

Changeset 55686 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
May 6, 2015 8:30:56 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100082
Message:

DrvVD: rc is not part of the format string anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r55434 r55686  
    31103110           rc = PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS,
    31113111                                    N_("Failed to open image '%s' in %s mode"), pszName,
    3112                                     (uOpenFlags & VD_OPEN_FLAGS_READONLY) ? "read-only" : "read-write", rc);
     3112                                    (uOpenFlags & VD_OPEN_FLAGS_READONLY) ? "read-only" : "read-write");
    31133113           break;
    31143114        }
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