Changeset df2a3c1baa163870dcb49a48a789d8485aef76bc

Show
Ignore:
Timestamp:
05/08/08 21:58:29 (2 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1210276709 +0200
git-parent:

[28944cf048ddb32c971e7d458349b7d85b934587]

git-author:
Rafaël Carré <funman@videolan.org> 1210276709 +0200
Message:

shortcuts are strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_plugin.h

    r28944cf rdf2a3c1  
    123123 
    124124#define add_shortcut( shortcut ) \ 
    125     if (vlc_module_set (p_submodule, VLC_MODULE_SHORTCUT, (int)(shortcut))) \ 
     125    if (vlc_module_set (p_submodule, VLC_MODULE_SHORTCUT, \ 
     126        (const char *)(shortcut))) \ 
    126127        goto error 
    127128