mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
@@ -157,7 +157,7 @@ int main(int argc, char *argv[]) try {
|
||||
});
|
||||
|
||||
std::list<std::string> order_list;
|
||||
if (use_dict_list) {
|
||||
if (use_dict_list != nullptr) {
|
||||
for (auto &&x : bookname_to_ifo) {
|
||||
gchar **p = get_impl(use_dict_list);
|
||||
for (; *p != nullptr; ++p)
|
||||
|
||||
Reference in New Issue
Block a user