tree.c
24.7 KB
-
tree: break out on write error · 82ccb87e
If write_tree() returs an error, we used to set the error message and continued looping. Exit the loop so we return the error.
Carlos Martín Nieto committed
If write_tree() returs an error, we used to set the error message and continued looping. Exit the loop so we return the error.