Changeset b803dd3a498e4a88363944e8d3ed191febdd7860

Show
Ignore:
Timestamp:
01/27/08 15:24:33 (7 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1201443873 +0000
git-parent:

[9b967223a0bd17c8e3ce1928a75f3faa4ba4b99c]

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

cast to (char*)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/modules/entry.c

    r262c049 rb803dd3  
    4343    module->b_reentrant = module->b_unloadable = VLC_TRUE; 
    4444    module->psz_object_name = module->psz_longname = default_name; 
    45     module->psz_capability = ""; 
     45    module->psz_capability = (char*)""; 
    4646    module->i_score = 1; 
    4747    module->i_config_items = module->i_bool_items = 0;