- Timestamp:
- Nov 13, 2017 3:25:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/RAW.cpp
r69500 r69673 356 356 * between raw floppy and CD images based on their size (and cannot be reliably done 357 357 * based on contents, either). 358 * bird: Not sure what this comment is mumbling about, the test below is 32KB not 1MB. 358 359 */ 359 360 if (cbFile % 2048) … … 406 407 int rc; 407 408 PRAWIMAGE pImage; 408 409 NOREF(enmType); /**< @todo r=klaus make use of the type info. */410 409 411 410 /* Check open flags. All valid flags are supported. */
Note:
See TracChangeset
for help on using the changeset viewer.