Menu

#163 Replace deprecated glib print methods

None
closed-fixed
nobody
None
5
2019-10-04
2019-10-04
No

Recent version of glib replaced some deprecated print methods:

g_string_sprintf -> g_string_printf
g_string_sprintfa -> g_string_append_printf

The attached patch fixes usage of the deprecated functions.

1 Attachments

Discussion

  • Solbu

    Solbu - 2019-10-04

    Interesting timing of this and the other patch. :-)
    i just received a patchset from the Fedora grip maintainer, that fixes this and the deprecated declarations.

    I was just about to test them after applying, and if they work I'll push and release later tonight.

     
  • Solbu

    Solbu - 2019-10-04
    • status: open --> closed-fixed
    • Group: -->
     

Log in to post a comment.