• Lu JJ's avatar
    fix typo in quicklist.c (#10785) · 2f5edd03
    Lu JJ authored
    fix typo ` the largest possible limit is 16k` -> ` the largest possible limit is 64k`.
    The count field is 16 bits so the largest possible limit is 64k(2**16).
    2f5edd03
quicklist.c 122 KB