VirtualBox

Changeset 31602 in vbox


Ignore:
Timestamp:
Aug 12, 2010 2:51:58 PM (14 years ago)
Author:
vboxsync
Message:

Fixed type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r31600 r31602  
    661661    /* cTimesMin,   cTimesMax,  enmCategory,            fFlags,                         pszName,        pszDescription */
    662662    {  1,           1,          DBGCVAR_CAT_STRING,     0,                              "enabled",      "on/off." },
    663     {  1,           1,          DBGCVAR_CAT_NUMBER_NO_RANGE,     0,                     "interval",     "Interval in ms." },
     663    {  1,           1,          DBGCVAR_CAT_NUMBER_NO_RANGE, 0,                              "interval",     "Interval in ms." },
    664664};
    665665# endif
     
    43494349    if (    cArgs != 2
    43504350        ||  paArgs[0].enmType != DBGCVAR_TYPE_STRING
    4351         ||  paArgs[1].enmType != DBGCVAR_CAT_NUMBER_NO_RANGE)
     4351        ||  paArgs[1].enmType != DBGCVAR_TYPE_NUMBER)
    43524352        return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: parser error, invalid arguments.\n");
    43534353
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