comment
This commit is contained in:
parent
c974abc80c
commit
28c8560200
@ -86,7 +86,8 @@ static string mimetypefromdata(const string &fn, bool usfc)
|
|||||||
return string();
|
return string();
|
||||||
list<string>::iterator it = res.begin();
|
list<string>::iterator it = res.begin();
|
||||||
mime = *++it;
|
mime = *++it;
|
||||||
// Remove possible punctuation at the end
|
// Remove possible punctuation at the end. Note that this mangles
|
||||||
|
// text/x-c++ if there is no semi-colon... handled in mimeconf :(
|
||||||
if (mime.length() > 0 && !isalpha(mime[mime.length() - 1]))
|
if (mime.length() > 0 && !isalpha(mime[mime.length() - 1]))
|
||||||
mime.erase(mime.length() -1);
|
mime.erase(mime.length() -1);
|
||||||
// File -i will sometimes return strange stuff (ie: "very small file")
|
// File -i will sometimes return strange stuff (ie: "very small file")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user