зеркало из https://github.com/mozilla/pjs.git
Fixed GetContentType method to work.
This commit is contained in:
Родитель
0c657f451d
Коммит
51b67ed5e2
|
@ -464,7 +464,7 @@ nsFileChannel::GetContentType(char * *aContentType)
|
||||||
nsString2 extStr;
|
nsString2 extStr;
|
||||||
PRInt32 extLoc = specStr.RFind('.');
|
PRInt32 extLoc = specStr.RFind('.');
|
||||||
if (-1 != extLoc) {
|
if (-1 != extLoc) {
|
||||||
specStr.Right(extStr, extLoc);
|
specStr.Right(extStr, specStr.Length() - extLoc - 1);
|
||||||
PRUnichar *ext = extStr.ToNewUnicode();
|
PRUnichar *ext = extStr.ToNewUnicode();
|
||||||
|
|
||||||
NS_WITH_SERVICE(nsIMIMEService, MIMEService, kMIMEServiceCID, &rv);
|
NS_WITH_SERVICE(nsIMIMEService, MIMEService, kMIMEServiceCID, &rv);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче