summaryrefslogtreecommitdiff
path: root/btrfs-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'btrfs-list.c')
-rw-r--r--btrfs-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfs-list.c b/btrfs-list.c
index 693d2419..c53d0164 100644
--- a/btrfs-list.c
+++ b/btrfs-list.c
@@ -184,7 +184,7 @@ static int add_root(struct root_lookup *root_lookup,
ri->ref_tree = ref_tree;
strncpy(ri->name, name, name_len);
if (name_len > 0)
- ri->name[name_len-1] = 0;
+ ri->name[name_len] = 0;
ret = tree_insert(&root_lookup->root, root_id, ref_tree, &ri->rb_node);
if (ret) {