VirtualBox

Changeset 28821 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Apr 27, 2010 1:23:31 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60734
Message:

Main: RT_CLAMP misusage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r28802 r28821  
    23192319                pelmVideoChannel->getAttributeValue("enabled", hw.vrdpSettings.fVideoChannel);
    23202320                pelmVideoChannel->getAttributeValue("quality", hw.vrdpSettings.ulVideoChannelQuality);
    2321                 RT_CLAMP(hw.vrdpSettings.ulVideoChannelQuality, 10, 100);
     2321                hw.vrdpSettings.ulVideoChannelQuality = RT_CLAMP(hw.vrdpSettings.ulVideoChannelQuality, 10, 100);
    23222322            }
    23232323        }
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