git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b63267
)
Same as previous commit. This may be wrong, if it is, revert, don't scream...
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 17 Dec 2007 08:55:35 +0000
(08:55 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 17 Dec 2007 08:55:35 +0000
(08:55 +0000)
include/vlc_configuration.h
patch
|
blob
|
history
diff --git
a/include/vlc_configuration.h
b/include/vlc_configuration.h
index
13f6f0c
..
dd7823f
100644
(file)
--- a/
include/vlc_configuration.h
+++ b/
include/vlc_configuration.h
@@
-472,7
+472,7
@@
VLC_EXPORT( int, vlc_config_set, (module_config_t *, int, ...) );
p_config[i_config].ppf_action = (vlc_callback_t *) \
realloc( p_config[i_config].ppf_action, \
(p_config[i_config].i_action + 1) * sizeof(void *) ); \
- p_config[i_config].ppsz_action_text = (c
onst c
har **)\
+ p_config[i_config].ppsz_action_text = (char **)\
realloc( p_config[i_config].ppsz_action_text, \
(p_config[i_config].i_action + 1) * sizeof(void *) ); \
p_config[i_config].ppf_action[p_config[i_config].i_action] = pf_action; \