summaryrefslogtreecommitdiff
path: root/src/fr-command-lha.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-15 13:34:58 +0200
committerraveit65 <[email protected]>2019-09-22 02:46:16 +0200
commit09d1ff998680161a3264c06c1ee7f846911cd963 (patch)
tree99f88f8e1878e519c2ec793a2a73146ce4bbc3c7 /src/fr-command-lha.c
parente5d2b428b86f3a09bbd035332698123971545d99 (diff)
downloadengrampa-09d1ff998680161a3264c06c1ee7f846911cd963.tar.bz2
engrampa-09d1ff998680161a3264c06c1ee7f846911cd963.tar.xz
LHA: Fix internet media type
LHA media type is application/x-lzh-compressed $ file --mime-type ~/test.lzh /home/robert/test.lzh: application/x-lzh-compressed
Diffstat (limited to 'src/fr-command-lha.c')
-rw-r--r--src/fr-command-lha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c
index 4d00af7..69f2d90 100644
--- a/src/fr-command-lha.c
+++ b/src/fr-command-lha.c
@@ -309,7 +309,7 @@ fr_command_lha_extract (FrCommand *comm,
}
-const char *lha_mime_type[] = { "application/x-lha", NULL };
+const char *lha_mime_type[] = { "application/x-lzh-compressed", NULL };
static const char **