From 326a7bb1060625c5fb161ba9d8447dd99ef1757d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 4 Jan 2015 10:12:33 +0100 Subject: Fix testcase compilation --- libplanfahr/providers/tests/hafas-bin6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3