From 6094acde02e45484ade9204d386b4720fec4cb4e Mon Sep 17 00:00:00 2001 From: nia <29542929+alarixnia@users.noreply.github.com> Date: Sat, 11 Jun 2022 20:23:31 +0200 Subject: [PATCH] NetBSD build fix (#487) --- src/print_volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print_volume.c b/src/print_volume.c index dfe7f51..c622457 100644 --- a/src/print_volume.c +++ b/src/print_volume.c @@ -330,7 +330,7 @@ void print_volume(volume_ctx_t *ctx) { if (vinfo.un.ord) { START_COLOR("color_degraded"); - fmt = fmt_muted; + ctx->fmt = ctx->fmt_muted; pbval = 0; } }