Ticket #2085 (accepted task) — at Version 2
Repalce GLib deprecated functions
Reported by: | vit_r | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.7.3 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | zaytsev | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by andrew_b) (diff)
g_string_sprintf() is deprecated
it is met currently (master) only in src/editor/edit.c
replacing it by g_strdup_printf()
Change History
Changed 15 years ago by vit_r
- Attachment 2085-edit.c-replacing-g_string_sprintf-by-g_strdup_printf.patch added
comment:1 Changed 15 years ago by andrew_b
- Component changed from mcedit to mc-core
- Type changed from defect to task
- Description modified (diff)
- Summary changed from edit.c-replacing-g_string_sprintf-by-g_strdup_printf to Repalce GLib deprecated functions
comment:2 Changed 15 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Description modified (diff)
Created 2085_deprecated_glib_functions branch. Parent branch is master.
Initial changeset:25255b187c821e530de5530ef8eb3b443d842d51
Changed 15 years ago by vit_r
- Attachment 2085-ftpfs.c-repl-deprecated-g_strup-by-g_ascii_strup.patch added
ftpfs.c-repl-deprecated-g_strup-by-g_ascii_strup.patch
Note: See
TracTickets for help on using
tickets.
edit.c-replacing-g_string_sprintf-by-g_strdup_printf