[Devel] [PATCH] Mime extension recognition problem for 3gpp

2008-08-19 Thread Vincent CHAVANIS
A very small fix, 3gpp should be recognize as 3gp and not 3gp2 Without this patch a 3gpp Content-type will be recognize with .3gp2 extention. And will result as an Non-playable MMS item on somes phones. Vincent. diff -rbau /mbuni-cvs/mmlib/mms_util.c /mbuni/mmlib/mms_util.c ---

Re: [Devel] [PATCH] Mime extension recognition problem for 3gpp

2008-08-19 Thread P. A. Bagyenda
applied. thanks On Aug 19, 2008, at 18:27, Vincent CHAVANIS wrote: A very small fix, 3gpp should be recognize as 3gp and not 3gp2 Without this patch a 3gpp Content-type will be recognize with .3gp2 extention. And will result as an Non-playable MMS item on somes phones. Vincent. diff