summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-08-26 15:08:16 -0400
committerAndrew Opalach <andrew@akon.city> 2026-08-26 15:08:16 -0400
commit6094c907b26e21f13373bae6bf3306dbae40af3c (patch)
tree981864ddb1ab9749d3e10a81edc782311826e101 /tests
parentda9bddc70ff8544f3294b880d719c4605e87ad97 (diff)
downloadcamu-6094c907b26e21f13373bae6bf3306dbae40af3c.tar.gz
camu-6094c907b26e21f13373bae6bf3306dbae40af3c.tar.bz2
camu-6094c907b26e21f13373bae6bf3306dbae40af3c.zip
Update deps, small changes and cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'tests')
-rw-r--r--tests/cue_splitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cue_splitter.c b/tests/cue_splitter.c
index 3450aaa..47171f2 100644
--- a/tests/cue_splitter.c
+++ b/tests/cue_splitter.c
@@ -129,7 +129,7 @@ s32 main(s32 argc, char *argv[])
return EXIT_FAILURE;
}
- str output_dir = al_str_null();
+ str output_dir = AL_STR_EMPTY;
if (argc == 3) {
output_dir = al_str_cr(argv[2]);
if (!nn_dir_exists(&output_dir)) {