VirtualBox

Changeset 91725 in vbox for trunk


Ignore:
Timestamp:
Oct 14, 2021 1:59:16 PM (3 years ago)
Author:
vboxsync
Message:

Main/ExtPackManagerImpl.h: The partentheses around ~(size_t)0 should be unnecessary. bugref:1909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ExtPackManagerImpl.h

    r91724 r91725  
    186186                                                     const char  *pszSourceText,
    187187                                                     const char  *pszComment = NULL,
    188                                                      const size_t aNum = (~(size_t)0));
     188                                                     const size_t aNum = ~(size_t)0);
    189189    static DECLCALLBACK(int)      i_hlpReservedN(PCVBOXEXTPACKHLP pHlp);
    190190    /** @}  */
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