]> git.sesse.net Git - vlc/blobdiff - modules/video_output/caca.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / video_output / caca.c
index e486d06696af2d67dbc0e8d91e7ddbbec873563e..bb71e7944f4f4435a96cdc4814fd1b67356dced8 100644 (file)
@@ -331,7 +331,7 @@ static int Manage( vout_thread_t *p_vout )
             continue;
         }
 
-        var_Set( p_vout->p_vlc, "key-pressed", val );
+        var_Set( p_vout->p_libvlc, "key-pressed", val );
     }
 
     return VLC_SUCCESS;