Actions
Bug #3054
closedhash table size inconsistencies
Start date:
11/08/2016
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Using Adiirc 2.6 64 bit
//hmake test 99999999
//echo -a $hget(test).size
returns 99999999 which is good
/hmake test 10010101010
//echo -a $hget(test).size
returns 100
interestingly /hmake test 1010101010 returns * /hmake: invalid parameters
Updated by Per Amundsen over 8 years ago
- Category set to Scripting
- Status changed from New to Resolved
- Assignee set to Per Amundsen
The "/hmake test 10010101010" should show "invalid parameters" as well, fixed in next beta.
Also, you don't need to set the size, it automatically expands as you add items.
Actions