fix a bug when merging unrelated trees
This commit is contained in:
+3
-1
@@ -32,7 +32,9 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
init_ncurses();
|
||||
displayTree(tree);
|
||||
|
||||
if( !tree.isEmpty() )
|
||||
displayTree(tree);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user