Changeset 18395 in vbox
- Timestamp:
- Mar 27, 2009 2:05:37 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18388 r18395 3265 3265 if (ulTotalMB) 3266 3266 { 3267 ulTotalOperationsWeight = (ULONG)((double)ulTotalMB * 99 / 100); // use 99% of the progress for the disks3268 3267 m->ulWeightPerOperation = (ULONG)((double)ulTotalMB * 1 / 100); // use 1% of the progress for the XML 3268 ulTotalOperationsWeight = ulTotalMB + m->ulWeightPerOperation; 3269 3269 } 3270 3270 else
Note:
See TracChangeset
for help on using the changeset viewer.