aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-04 10:12:33 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-04 10:12:33 +0100
commit326a7bb1060625c5fb161ba9d8447dd99ef1757d (patch)
treebb0e5226e5e87f780083738d7cfecccf4cd88a9b
parent130d33c61e543a7bff84a916bcd021c7a413722d (diff)
Fix testcase compilation
-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);