]> git.draconx.ca Git - gob-dx.git/commit
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)
commit02cf98875fd0b8462ce39778db16cfd347b5c2d0
tree049f5a1fb22737e0352dca90c01ddec605b7ca08
parent3c1af3b9549abe3bfcdf72d92df371745dc2d93c
Avoid more GLib deprecation warnings.

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.
src/main.c
src/parse.y