From 82de7a2bfe4ce3a3770e723a40f0f0c4e6a47ccc Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Wed, 11 Dec 2002 00:53:53 +0000 Subject: [PATCH] Fix bustage from dougt's checkin. b=170585 r=caillon sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@135087 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsISeekableStream.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsISeekableStream.idl b/mozilla/xpcom/io/nsISeekableStream.idl index c3a0660c4ef..cf2c3de6073 100644 --- a/mozilla/xpcom/io/nsISeekableStream.idl +++ b/mozilla/xpcom/io/nsISeekableStream.idl @@ -90,7 +90,7 @@ interface nsISeekableStream : nsISupports * This method reports the current offset, in bytes, from the start of the * stream. */ - long tell(); + unsigned long tell(); /**