Commit 032eb466 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Push something to RPN when vlc_config_get fails - fixes #1301

parent c5400b50
......@@ -807,6 +807,7 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
default:
msg_Warn( p_intf, "vlc_config_get called on unknown var (%s)",
psz_variable );
E_(SSPush)( st, "" );
}
free( psz_variable );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment