Commit c705f0c2 authored by unknown's avatar unknown

Fixed a missing cast.

parent da0f9ece
......@@ -138,7 +138,7 @@ int my_search_option_files(const char *conf_file, int *argc, char ***argv,
defaults_group_suffix= getenv(STRINGIFY_ARG(DEFAULT_GROUP_SUFFIX_ENV));
if (forced_extra_defaults)
defaults_extra_file= forced_extra_defaults;
defaults_extra_file= (char *) forced_extra_defaults;
/*
We can only handle 'defaults-group-suffix' if we are called from
......
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