From 4e4205a784c0fc8f1b97c09dc6a7a03778861929 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Thu, 9 Sep 1999 23:10:30 +0000 Subject: [PATCH] Fixed build hosage git-svn-id: svn://10.0.0.236/trunk@46653 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/embed/gtk/lib/GtkMozillaInputStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webshell/embed/gtk/lib/GtkMozillaInputStream.cpp b/mozilla/webshell/embed/gtk/lib/GtkMozillaInputStream.cpp index 3d3705b43f9..26410ce6546 100644 --- a/mozilla/webshell/embed/gtk/lib/GtkMozillaInputStream.cpp +++ b/mozilla/webshell/embed/gtk/lib/GtkMozillaInputStream.cpp @@ -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;