mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-22 22:40:31 +00:00
The two functions that added to items had little bugs. They initialized the item vectors incorrectly and didn't actually store the keys and values. Appending was always overwriting the first segment. Have it call 'nr' 'pos' like the rest of the code to make it more clear. Signed-off-by: Zach Brown <zab@versity.com>