added cast to remove warning.

git-svn-id: svn://10.0.0.236/trunk@34028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-06-07 19:24:36 +00:00
parent 99cfd398be
commit 561c4e00dd

View File

@@ -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];