Fixed build hosage

git-svn-id: svn://10.0.0.236/trunk@46653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-09-09 23:10:30 +00:00
parent 1a8f5cfff8
commit 4e4205a784

View File

@@ -65,7 +65,7 @@ NS_IMPL_ADDREF(GtkMozillaInputStream)
// nsIInputStream interface
NS_IMETHODIMP
GtkMozillaInputStream::GetLength(PRUint32 *aLength)
GtkMozillaInputStream::Available(PRUint32 *aLength)
{
*aLength = mCount;
return NS_OK;