VirtualBox

Changeset 107831 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 17, 2025 9:14:29 AM (3 weeks ago)
Author:
vboxsync
Message:

Frontends/VBoxManage/VBoxManageModifyVM.cpp: vrc vs hrc mixup, bugref:3409

File:
1 edited

Legend:

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

    r107819 r107831  
    958958                }
    959959                SafeArray<BYTE> icon((size_t)cbSize);
    960                 hrc = RTFileRead(iconFile, icon.raw(), (size_t)cbSize, NULL);
     960                vrc = RTFileRead(iconFile, icon.raw(), (size_t)cbSize, NULL);
    961961                if (RT_FAILURE(vrc))
    962962                {
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