gio/gsubprocess.c: Use g_snprintf()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 29 Oct 2013 06:49:13 +0000 (14:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 29 Oct 2013 14:44:11 +0000 (22:44 +0800)
commit61e8e1cd02cc9b9ae8917262ecc17633312b7683
tree72e2b36a9bfe86d8326845678e3be1605fc051aa
parente08ef9c367c4ad7c7d18b33b26465e8afbc895f3
gio/gsubprocess.c: Use g_snprintf()

snprintf() is unfortunately still not universally available, so use
g_snprintf() to ensure the build works on all platforms.

https://bugzilla.gnome.org/show_bug.cgi?id=711049
gio/gsubprocess.c