[vlc-commits] Old RC: fix assertion on "stats"

Rémi Denis-Courmont git at videolan.org
Tue Dec 12 20:02:07 CET 2017


vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Dec 12 20:53:01 2017 +0200| [48cd41225c3b8388873e1f319eefd6313e4d3783] | committer: Rémi Denis-Courmont

Old RC: fix assertion on "stats"

(cherry picked from commit 0a74b077bc0edd3c5d613a65742e2cd57bb9175f)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=48cd41225c3b8388873e1f319eefd6313e4d3783
---

 modules/control/oldrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/control/oldrc.c b/modules/control/oldrc.c
index cda965e53c..4f3a43cc63 100644
--- a/modules/control/oldrc.c
+++ b/modules/control/oldrc.c
@@ -454,7 +454,7 @@ static void RegisterCallbacks( intf_thread_t *p_intf )
     ADD( "achan", STRING, AudioChannel )
 
     /* misc menu commands */
-    ADD( "stats", BOOL, Statistics )
+    ADD( "stats", VOID, Statistics )
 
 #undef ADD
 }



More information about the vlc-commits mailing list