From 49ce0f5effa4bcaf8393cc680840e43bf9b76366 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 22 Apr 2017 01:22:47 -0700 Subject: Fix vgmplay target for ternary tree changes --- vgmplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vgmplay.c') diff --git a/vgmplay.c b/vgmplay.c index b8b5332..e444536 100644 --- a/vgmplay.c +++ b/vgmplay.c @@ -104,7 +104,7 @@ int main(int argc, char ** argv) opts |= YM_OPT_WAVE_LOG; } - char * lowpass_cutoff_str = tern_find_path(config, "audio\0lowpass_cutoff\0").ptrval; + char * lowpass_cutoff_str = tern_find_path(config, "audio\0lowpass_cutoff\0", TVAL_PTR).ptrval; uint32_t lowpass_cutoff = lowpass_cutoff_str ? atoi(lowpass_cutoff_str) : 3390; ym2612_context y_context; -- cgit v1.2.3