|
@@ -784,7 +784,7 @@ ErrorCodeEnum CUpgradeMgrEntity::MD5Folder(CSimpleStringA strFolderPath,bool isD
|
|
|
// Dbg("WhiteFile Filter don't add to md5 list, file = [%s]", strFindName.GetData());
|
|
|
// continue;
|
|
|
//}
|
|
|
- if (!isWhiteFile && !(strFindName.IndexOf(".so")==-1)) {
|
|
|
+ if (!isWhiteFile && strFindName.IndexOf(".so")==-1) {
|
|
|
Dbg("WhiteFile Filter don't add to md5 list, file = [%s]", strFindName.GetData());
|
|
|
continue;
|
|
|
}
|