Don't allow %g (genre) to be zero-padded in format strings
commit9c1102957404c5a0a3286a6c17fac43be3a76149
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 26 Apr 2008 12:49:44 +0000 (26 15:49 +0300)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 26 Apr 2008 12:49:44 +0000 (26 15:49 +0300)
tree16a635a1a91d8b2d553c99969b7935eb42082964
parentfd55a1d74773e11b83c4fc742df91a474f00df77
Don't allow %g (genre) to be zero-padded in format strings

Genre is a string, not integer.
format_print.c