billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=0e4ea771cc17366227c516bc82843671ecccba90

commit 0e4ea771cc17366227c516bc82843671ecccba90
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Nov 25 22:04:52 2020 +0100

    tyls: do not force extension
---
 src/bin/tyls.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index effc81c..8647296 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -303,14 +303,14 @@ const Cmatch fmatch[] =
    { 3, 4, 5,  9, 9, 9, "*.264", NULL},
    { 3, 4, 5,  9, 9, 9, "*.3gp", NULL},
 
-   { 2, 3, 5,  9, 9, 9, "*.mp3", "audio-x-mpeg.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.MP3", "audio-x-mpeg.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.aac", "audio-x-generic.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.AAC", "audio-x-generic.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.flac", "audio-x-generic.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.FLAC", "audio-x-generic.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.wav", "audio-x-wav.svg"},
-   { 2, 3, 5,  9, 9, 9, "*.WAV", "audio-x-wav.svg"},
+   { 2, 3, 5,  9, 9, 9, "*.mp3", "audio-x-mpeg"},
+   { 2, 3, 5,  9, 9, 9, "*.MP3", "audio-x-mpeg"},
+   { 2, 3, 5,  9, 9, 9, "*.aac", "audio-x-generic"},
+   { 2, 3, 5,  9, 9, 9, "*.AAC", "audio-x-generic"},
+   { 2, 3, 5,  9, 9, 9, "*.flac", "audio-x-generic"},
+   { 2, 3, 5,  9, 9, 9, "*.FLAC", "audio-x-generic"},
+   { 2, 3, 5,  9, 9, 9, "*.wav", "audio-x-wav"},
+   { 2, 3, 5,  9, 9, 9, "*.WAV", "audio-x-wav"},
    { 2, 3, 5,  9, 9, 9, "*.m3u", "audio-x-mp3-playlist"},
    { 2, 3, 5,  9, 9, 9, "*.M3U", "audio-x-mp3-playlist"},
 

-- 


Reply via email to