Ticket #2085 (new defect) — at Initial Version
edit.c-replacing-g_string_sprintf-by-g_strdup_printf
Reported by: | vit_r | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7.3 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | zaytsev | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
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
Note: See
TracTickets for help on using
tickets.
edit.c-replacing-g_string_sprintf-by-g_strdup_printf