g_format_size: just use GString
authorRyan Lortie <desrt@desrt.ca>
Wed, 20 Jul 2011 19:47:00 +0000 (21:47 +0200)
committerRyan Lortie <desrt@desrt.ca>
Wed, 20 Jul 2011 19:47:53 +0000 (21:47 +0200)
commitc26462ab98e47fd629177d52984b69055f8fe37a
tree49dd550ffd62da069374a849c55a6f68ed0b2b0d
parent4aff6119812bb1dac40a6fca4833dab0520148d9
g_format_size: just use GString

Matthias wasn't too impressed by the homebrew stack-allocated string building I
was doing.

Switch to GString.
glib/gfileutils.c