From b059aabd6120a740f6ac3326eda14a12a5599124 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Tue, 4 Apr 2000 07:11:30 +0000 Subject: [PATCH] Fixed uninitialized variable. git-svn-id: svn://10.0.0.236/trunk@65163 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libjar/nsJARChannel.cpp | 1 + mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/modules/libjar/nsJARChannel.cpp b/mozilla/modules/libjar/nsJARChannel.cpp index ec73666f1ce..ee725fe5644 100644 --- a/mozilla/modules/libjar/nsJARChannel.cpp +++ b/mozilla/modules/libjar/nsJARChannel.cpp @@ -145,6 +145,7 @@ NS_IMPL_ISUPPORTS1(nsJARDownloadObserver, nsIStreamObserver) nsJARChannel::nsJARChannel() : mContentType(nsnull), mContentLength(-1), + mLoadAttributes(LOAD_NORMAL), mStartPosition(0), mReadCount(-1), mJAREntry(nsnull), diff --git a/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp b/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp index ec73666f1ce..ee725fe5644 100644 --- a/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp +++ b/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp @@ -145,6 +145,7 @@ NS_IMPL_ISUPPORTS1(nsJARDownloadObserver, nsIStreamObserver) nsJARChannel::nsJARChannel() : mContentType(nsnull), mContentLength(-1), + mLoadAttributes(LOAD_NORMAL), mStartPosition(0), mReadCount(-1), mJAREntry(nsnull),