From 5ed2cd7fa7e47d094ae45f9511eb707a6b6e88c2 Mon Sep 17 00:00:00 2001 From: "dveditz%netscape.com" Date: Mon, 1 Nov 1999 21:35:50 +0000 Subject: [PATCH] taking a crack at some ports bustage. r=pnunn git-svn-id: svn://10.0.0.236/trunk@52416 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libimg/src/if.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libimg/src/if.cpp b/mozilla/modules/libimg/src/if.cpp index 2c79e9b5538..7e5d45728ba 100644 --- a/mozilla/modules/libimg/src/if.cpp +++ b/mozilla/modules/libimg/src/if.cpp @@ -1026,7 +1026,7 @@ IL_StreamFirstWrite(il_container *ic, const unsigned char *str, int32 len) char contenttype[50]; if(sniffout_mimetype((const char*) str, len, contenttype)){ // data type understood by mime sniffer - if(int ret = nsCRT::strcmp(contenttype, ic->type) != 0){ + if(nsCRT::strcmp(contenttype, ic->type) != 0){ //what the sniff saw and what the mime header said is //different. We'll believe the data from the sniffer nsCRT::free(ic->type);