Ticket #355 (closed defect: invalid)
mcconfig: wrong type in mc_config_get_keys
| Reported by: | slavazanko | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.7 |
| Component: | mc-core | Version: | master |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Branch state: | Votes for changeset: |
Description
ret = g_key_file_get_keys (mc_config->handle, group, &len, NULL);
must be
ret = g_key_file_get_keys (mc_config->handle, group, len, NULL);
Change History
Note: See
TracTickets for help on using
tickets.

branch 355_wrong_type created (parent: master)