]> git.sesse.net Git - vlc/commit
Return an error with VLC_VAR_GET(MIN|MAX|STEP) of there is no value
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 1 Oct 2011 19:06:17 +0000 (22:06 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 1 Oct 2011 19:06:17 +0000 (22:06 +0300)
commitde56648c5b0273c7737dafaa262bce761b7346a2
tree6a878ef96053876ca4c391af059d7a3f4d7dd00d
parent5b6e25e9149a1cebef90b1f578095aa1ff727b42
Return an error with VLC_VAR_GET(MIN|MAX|STEP) of there is no value

Otherwise, the caller cannot determine that the value is not defined,
such that the vlc_value_t is not set and cannot be used.
src/misc/variables.c