Skip to content

Commit

Permalink
Initialize aufile
Browse files Browse the repository at this point in the history
  • Loading branch information
larsimmisch committed Nov 20, 2023
1 parent 2478eae commit 69057b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aulength.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

int test_aulength(void)
{
struct aufile *af;
struct aufile *af = NULL;
struct aufile_prm prm;
char path[256];

Expand Down

0 comments on commit 69057b9

Please sign in to comment.