diff options
Diffstat (limited to 'src/commit2.c')
-rw-r--r-- | src/commit2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit2.c b/src/commit2.c index e228523..d45b7c0 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -311,6 +311,7 @@ main(int argc, char** argv) //now update the changes file update_change_file(fp_changes,nodes_visited_coll); + fflush(fp_changes); ++i; } while ((trans_child_node = (GNode*)g_node_nth_child((GNode*)trans_coll,(guint)i)) != NULL); |