1. 01 May, 2008 34 commits
  2. 30 Apr, 2008 5 commits
  3. 29 Apr, 2008 1 commit
    • 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