Skip to content
  • Adrien Grand's avatar
    Fix the interpretation of command "help" by VLM. · b942bf2b
    Adrien Grand authored
    
    
    In the function ExecuteCommand, p_message is given in argument to ExecuteHelp
    and is then modified locally in ExecuteHelp:
      p_message = vlm_MessageNew( "help", vlm_NULL );
    whereas it is used further in function ExecuteCommand.
    This patch fixes this problem by passing the pointer address in argument to
    ExecuteHelp instead of the pointer itself.
    
    Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@videolan.org>
    b942bf2b