summaryrefslogtreecommitdiff
path: root/vw-bap-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'vw-bap-dump.c')
-rw-r--r--vw-bap-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vw-bap-dump.c b/vw-bap-dump.c
index ac4f7be..62916f1 100644
--- a/vw-bap-dump.c
+++ b/vw-bap-dump.c
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
for (i = 0; i < can_id_count; i++) {
can_ids[i] = strtoul(argv[2 + i], NULL, 0);
- baps[i] = vw_bap_alloc();
+ baps[i] = vw_bap_rxer_alloc();
if (!baps[i]) {
printf("Out of memory allocating BAP struct.\n");
return 1;