From kde-commits Wed Sep 07 14:03:57 2005 From: Dirk Mueller Date: Wed, 07 Sep 2005 14:03:57 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kio Message-Id: <1126101837.024641.22476.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112610184801054 SVN commit 458198 by mueller: improve detection of tiff's M +2 -2 magic --- branches/KDE/3.5/kdelibs/kio/magic #458197:458198 @@ -567,9 +567,9 @@ # TIFF and friends # TIFF file, big-endian -0 string MM image/tiff +0 string MM\x00\x2a image/tiff # TIFF file, little-endian -0 string II image/tiff +0 string II\x2a\x00 image/tiff # GIF 0 string GIF image/gif