зеркало из https://github.com/mozilla/pjs.git
Bug 596162: Fix build warning. r=khuey a=jst
This commit is contained in:
Родитель
023ce90da6
Коммит
3949f4a23f
|
@ -1145,7 +1145,7 @@ nsHTMLInputElement::MozGetFileNameArray(PRUint32 *aLength, PRUnichar ***aFileNam
|
||||||
PRUnichar **ret =
|
PRUnichar **ret =
|
||||||
static_cast<PRUnichar **>(NS_Alloc(mFiles.Count() * sizeof(PRUnichar*)));
|
static_cast<PRUnichar **>(NS_Alloc(mFiles.Count() * sizeof(PRUnichar*)));
|
||||||
|
|
||||||
for (PRUint32 i = 0; i < mFiles.Count(); i++) {
|
for (PRInt32 i = 0; i < mFiles.Count(); i++) {
|
||||||
nsString str;
|
nsString str;
|
||||||
mFiles[i]->GetMozFullPathInternal(str);
|
mFiles[i]->GetMozFullPathInternal(str);
|
||||||
ret[i] = NS_strdup(str.get());
|
ret[i] = NS_strdup(str.get());
|
||||||
|
|
Загрузка…
Ссылка в новой задаче