VirtualBox

Changeset 85896 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 27, 2020 9:31:18 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/RTSortShell: Raised the element size complain level. bugref:9224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/sort/shellsort.cpp

    r82968 r85896  
    3939RTDECL(void) RTSortShell(void *pvArray, size_t cElements, size_t cbElement, PFNRTSORTCMP pfnCmp, void *pvUser)
    4040{
    41     Assert(cbElement <= 32);
     41    Assert(cbElement <= 128);
    4242
    4343    /* Anything worth sorting? */
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