Fix a couple of compiler warnings. No bugs or reviews here - it's pretty simple.

git-svn-id: svn://10.0.0.236/trunk@139900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blizzard%redhat.com 2003-03-21 03:43:33 +00:00
parent 23e3692186
commit d23ed8f2dc

View File

@ -147,8 +147,8 @@ NS_IMETHODIMP nsSound::OnStreamComplete(nsIStreamLoader *aLoader,
int fd, mask = 0;
long samples_per_sec, avg_bytes_per_sec;
long rate;
int format, channels = 1, block_align, bits_per_sample;
long rate = 0;
int format, channels = 1, block_align, bits_per_sample = 0;
if (PL_strncmp(string, "RIFF", 4)) {
#ifdef DEBUG