- Timestamp:
- Mar 29, 2009 1:31:02 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r18388 r18485 3859 3859 3860 3860 unsigned start = chain->isForward() ? 3861 0 : chain->size() - 1;3861 0 : (unsigned)chain->size() - 1; 3862 3862 unsigned end = chain->isForward() ? 3863 chain->size() - 1 : 0;3863 (unsigned)chain->size() - 1 : 0; 3864 3864 #if 0 3865 3865 LogFlow (("*** MERGE from %d to %d\n", start, end));
Note:
See TracChangeset
for help on using the changeset viewer.