From 2dab66694bb72ee222a44c49c669e9f5adc024f0 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 29 Feb 2024 00:51:42 +0100 Subject: Load audio file with miniaudio instead of dr_libs; Fix null dereference when loading empty sampler --- source/kit/test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/kit/test.h') diff --git a/source/kit/test.h b/source/kit/test.h index 24a25c9..ca2b7c0 100644 --- a/source/kit/test.h +++ b/source/kit/test.h @@ -725,7 +725,7 @@ int kit_run_tests(int argc, char **argv) { quiet || printf("FAILED\n"); } - no_color || kit_print_color_(kit_white_); + no_color || kit_print_color_(kit_light_); quiet || printf("\n"); return status; } @@ -1099,7 +1099,7 @@ int kit_run_benchmarks(int argc, char **argv) { printf("DONE WITH ERRORS\n"); } - no_color || kit_print_color_(kit_white_); + no_color || kit_print_color_(kit_light_); printf("\n"); return status; } -- cgit v1.2.3