| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/stardict3/files/ |
Upload File : |
--- dict/src/dictmanage.cpp.orig 2017-04-02 22:24:23 UTC +++ dict/src/dictmanage.cpp @@ -77,7 +77,7 @@ static void get_all_plugin_list(std::list<DictItemId> std::list<std::string> plugin_disable_list; std::list<std::string> plugins_dirs; plugins_dirs.push_back(conf_dirs->get_plugin_dir()); - for_each_file(plugins_dirs, "."G_MODULE_SUFFIX, plugin_order_list, + for_each_file(plugins_dirs, "." G_MODULE_SUFFIX, plugin_order_list, plugin_disable_list, GetAllPluginList(plugin_all_list)); }