summaryrefslogtreecommitdiff
path: root/vw-bap-dump.c
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2017-03-30 20:34:19 +0200
committernorly <ny-git@enpas.org>2017-03-30 20:34:19 +0200
commita072b40d337518faa4686b9a9a69ccbde6765f86 (patch)
tree6c5046587333c384dadeb42502d7963eae47ee86 /vw-bap-dump.c
parentc54fefd6696fe58d35debe4ba1447c764a960573 (diff)
Insert _rxer into function names
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;