VirtualBox

Changeset 69706 in vbox for trunk


Ignore:
Timestamp:
Nov 16, 2017 12:33:28 AM (7 years ago)
Author:
vboxsync
Message:

VBoxManage: Fix format string. ticketref:17236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r69500 r69706  
    15021502    if (!cbSize || cbSize % 512)
    15031503    {
    1504         RTMsgError("Detected size of raw disk '%s' is %s, an invalid value", rawdisk.c_str(), cbSize);
     1504        RTMsgError("Detected size of raw disk '%s' is %RU64, an invalid value", rawdisk.c_str(), cbSize);
    15051505        vrc = VERR_INVALID_PARAMETER;
    15061506        goto out;
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