Compare commits

..

No commits in common. "11e69f6025f5783fe17d43247de1c3f659a19b69" and "4c60afde782cd024da5663d98c628c62efb013e0" have entirely different histories.

View File

@ -497,7 +497,7 @@ mode_tree_build(struct mode_tree_data *mtd)
mode_tree_clear_lines(mtd);
mode_tree_build_lines(mtd, &mtd->children, 0);
if (mtd->line_list != NULL && tag == UINT64_MAX)
if (tag == UINT64_MAX)
tag = mtd->line_list[mtd->current].item->tag;
mode_tree_set_current(mtd, tag);