This commit is contained in:
rods%netscape.com 1999-06-07 19:24:36 +00:00
Родитель c898e1708c
Коммит 58ba16e532
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -127,7 +127,7 @@ PRBool nsFileWidget::Show()
}
// Remember what filter type the user selected
mSelectedType = ofn.nFilterIndex;
mSelectedType = (PRInt16)ofn.nFilterIndex;
// Store the current directory in mDisplayDirectory
char* newCurrentDirectory = new char[MAX_PATH+1];