From 9ef4d6c061ae2a472162fc153269348bb6536840 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 22 Jan 2015 20:49:19 +0530 Subject: [PATCH] file-compressor: Fix xz's mime magic --- plug-ins/common/file-compressor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-compressor.c b/plug-ins/common/file-compressor.c index 5e72d29867..b8b48cfee0 100644 --- a/plug-ins/common/file-compressor.c +++ b/plug-ins/common/file-compressor.c @@ -213,7 +213,7 @@ static const Compressor compressors[] = N_("xz archive"), "application/x-xz", "xcf.xz,xcfxz", /* FIXME "xcf.xz,xz,xcfxz" */ - "0,ustring,\3757zXZ\x00", + "0,string,\3757zXZ\x00", ".xcfxz", ".xz",