This commit is contained in:
twinaphex 2017-02-21 04:50:26 +01:00
parent b6fcc0dfac
commit 14297ef0d9

View File

@ -949,10 +949,9 @@ static bool command_event_cmd_exec(const char *data,
content_info.argc = 0;
content_info.argv = NULL;
content_info.args = NULL;
content_info.environ_get = NULL;
#ifdef HAVE_MENU
content_info.environ_get = menu_content_environment_get;
#else
content_info.environ_get = NULL;
#endif
#endif