зеркало из https://github.com/mozilla/gecko-dev.git
Fixing some compile errors in cocoa embedding example. Not part of build.
This commit is contained in:
Родитель
5f4fb78f77
Коммит
1f17c20f83
|
@ -265,8 +265,8 @@ nsresult nsHeaderSniffer::PerformSave(nsIURI* inOriginalURI)
|
|||
if (hasMore) {
|
||||
nsCAutoString ext;
|
||||
extensions->GetNext(ext);
|
||||
defaultFileName.Append(PRUnichar('.'));
|
||||
defaultFileName.Append(NS_ConvertUTF8toUCS2(ext));
|
||||
defaultFileName.Append('.');
|
||||
defaultFileName.Append(ext);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче