Changeset 68210 in vbox
- Timestamp:
- Jul 31, 2017 3:27:54 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.cpp
r68017 r68210 215 215 int UIMediumSizeEditor::log2i(qulonglong uValue) 216 216 { 217 if (!uValue) 218 return 0; 217 219 int iPower = -1; 218 220 while (uValue)
Note:
See TracChangeset
for help on using the changeset viewer.