]> git.draconx.ca Git - gob-dx.git/commitdiff
Avoid more GLib deprecation warnings.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 06:30:01 +0000 (01:30 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 06:32:33 +0000 (01:32 -0500)
The g_string_sprintf and g_string_sprintfa macros throw deprecation
warnings with recent GLib versions.  It seems these have been simple
shims over g_string_printf and g_string_append_printf, respectively,
since approximately forever ago (before GLib 2.0).  Should be safe
to just switch, then.


No differences found