Changeset b803dd3a498e4a88363944e8d3ed191febdd7860
- 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
| r262c049 |
rb803dd3 |
|
| 43 | 43 | module->b_reentrant = module->b_unloadable = VLC_TRUE; |
|---|
| 44 | 44 | module->psz_object_name = module->psz_longname = default_name; |
|---|
| 45 | | module->psz_capability = ""; |
|---|
| | 45 | module->psz_capability = (char*)""; |
|---|
| 46 | 46 | module->i_score = 1; |
|---|
| 47 | 47 | module->i_config_items = module->i_bool_items = 0; |
|---|