Use better magic. (#339877, Bastien Nocera)

2007-10-16  Matthias Clasen  <mclasen@redhat.com>

        * io-wbmp.c: Use better magic.  (#339877, Bastien Nocera)



svn path=/trunk/; revision=18915
This commit is contained in:
Matthias Clasen 2007-10-16 18:42:04 +00:00 committed by Matthias Clasen
parent 6abe62c95b
commit 365e7efc35
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* io-wbmp.c: Use better magic. (#339877, Bastien Nocera)
2007-09-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.0 ===

View File

@ -357,7 +357,10 @@ void
MODULE_ENTRY (wbmp, fill_info) (GdkPixbufFormat *info)
{
static GdkPixbufModulePattern signature[] = {
{ " ", "z", 1 },
{ " ", "zz", 1 },
{ " \140", "z ", 1 },
{ " \100", "z ", 1 },
{ " \040", "z ", 1 },
{ NULL, NULL, 0 }
};
static gchar * mime_types[] = {