Commit ff8c2080 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Same as previous commit. This may be wrong, if it is, revert, don't scream...

parent 6b632678
......@@ -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 = (const char **)\
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; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment