VirtualBox

Changeset 35045 in vbox


Ignore:
Timestamp:
Dec 13, 2010 9:14:06 PM (14 years ago)
Author:
vboxsync
Message:

Storage/RAW: waste of time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/RAW.cpp

    r33786 r35045  
    9292    {"ima", VDTYPE_FLOPPY},
    9393    {"dsk", VDTYPE_FLOPPY},
     94    {"vfd", VDTYPE_FLOPPY},
    9495    {NULL, VDTYPE_INVALID}
    9596};
     
    544545        else if (   !RTStrICmp(pszExtension, ".img")
    545546                 || !RTStrICmp(pszExtension, ".ima")
    546                  || !RTStrICmp(pszExtension, ".dsk")) /* Floppy images */
     547                 || !RTStrICmp(pszExtension, ".dsk")
     548                 || !RTStrICmp(pszExtension, ".vfd")) /* Floppy images */
    547549        {
    548550            if (!(cbFile % 512) && cbFile <= RAW_MAX_FLOPPY_IMG_SIZE)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette