Silence a warning
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Apr 2010 03:53:31 +0000 (23:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Apr 2010 03:53:31 +0000 (23:53 -0400)
commit48cd4cbba5e580a30aef7b0073e647bcc7118c67
tree364295cb1747624bccb7dc509e1d3fb20bcb182c
parent32de7d6905d9e26b1de8e030cb275381fde00f03
 Silence a warning

g_string_insert_len (s, pos, NULL, 0) is a harmless nop, don't
spew warnings in this case.
glib/gstring.c