aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libplanfahr/providers/tests/hafas-bin6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libplanfahr/providers/tests/hafas-bin6.c b/libplanfahr/providers/tests/hafas-bin6.c
index 141d1fe..6389026 100644
--- a/libplanfahr/providers/tests/hafas-bin6.c
+++ b/libplanfahr/providers/tests/hafas-bin6.c
@@ -86,7 +86,7 @@ test_parse_trips (void)
g_assert(g_file_get_contents(LPF_TEST_SRCDIR "/hafas-bin-6-station-query-1.bin", &binary, &length, NULL) == TRUE);
#endif
- trips = hafas_binary_parse_trips (binary, length);
+ trips = hafas_binary_parse_trips (binary, length, NULL);
g_assert (g_slist_length (trips) == 3);