[vlc-commits] variables: fix typo
Thomas Guillem
git at videolan.org
Wed Apr 18 14:45:58 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Apr 18 14:45:26 2018 +0200| [a54d629e21c31c3176ed20ac355ce2563fcd6b8a] | committer: Thomas Guillem
variables: fix typo
Introduced by c3e4633e1687ec1f0e4a41b99e8eef8797d83abe
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a54d629e21c31c3176ed20ac355ce2563fcd6b8a
---
src/misc/variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/variables.c b/src/misc/variables.c
index c1ebd64302..26472a465a 100644
--- a/src/misc/variables.c
+++ b/src/misc/variables.c
@@ -266,7 +266,7 @@ static void TriggerListCallback(vlc_object_t *obj, variable_t *var,
{
assert(obj != NULL);
- callback_entry_t *entry = var->value_callbacks;
+ callback_entry_t *entry = var->list_callbacks;
if (entry == NULL)
return;
More information about the vlc-commits
mailing list