Fix CID991133: Same if expression was duplicated
This commit is contained in:
+1
-1
@@ -936,7 +936,7 @@ MimeType::_Dump(const char* mimetype) throw (Error)
|
|||||||
_DumpIcon((uint8*) fBigIcon->Bits(), fBigIcon->BitsLength());
|
_DumpIcon((uint8*) fBigIcon->Bits(), fBigIcon->BitsLength());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fVectorIcon != NULL && fVectorIcon != NULL) {
|
if (fVectorIcon != NULL && fVectorIconSize != 0) {
|
||||||
cout << " \\" << endl << "\t" << kVectorIcon << " ";
|
cout << " \\" << endl << "\t" << kVectorIcon << " ";
|
||||||
_DumpIcon((uint8*) fVectorIcon, fVectorIconSize);
|
_DumpIcon((uint8*) fVectorIcon, fVectorIconSize);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user