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; } }