diff options
Diffstat (limited to 'core/load-git.c')
-rw-r--r-- | core/load-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/load-git.c b/core/load-git.c index 042df6c53..08d9b7765 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -1178,7 +1178,7 @@ static void finish_active_trip(void) if (trip) { active_trip = NULL; - insert_trip(trip); + insert_trip(trip, &trip_table); } } |