Skip to content

Commit

Permalink
fix alloc size
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 7, 2024
1 parent 597647d commit 73d7204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ int test_text2pcap(void)
struct mbuf *mb;
int err = 0;

mb = mbuf_alloc(1);
mb = mbuf_alloc(2);
if (!mb)
return ENOMEM;

Expand Down

0 comments on commit 73d7204

Please sign in to comment.