g_format_size: avoid silly GString use
authorRyan Lortie <desrt@desrt.ca>
Tue, 26 Jul 2011 11:26:10 +0000 (13:26 +0200)
committerRyan Lortie <desrt@desrt.ca>
Tue, 26 Jul 2011 11:30:35 +0000 (13:30 +0200)
commit01744c2d69fb11a8dfde62666540da91adafd6a8
tree84a299fefdaf667b6792363b86100539bcc401b3
parent81d0b28a4de87805c6f8c6661a8c2e0de3893267
g_format_size: avoid silly GString use

We were using a GString for the purpose of doing a single printf().  Do
g_strdup_printf() instead.
glib/gfileutils.c