改竄フラグを取り違えていたのを修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@561 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
n1481 2011-05-18 08:27:07 +00:00
parent 23fd0f657d
commit b143639608

View File

@ -139,7 +139,7 @@ bool Checker::Diff( u32 g_offset, u32 g_size, u32 m_offset, u32 m_size, bool isD
}
/* メモリ内容チェック結果 */
if( result == 0)
if( totalResult == 0)
{
if( (print_enable)&&(print_enable < PRINT_LEVEL_2)) {
printf( " data:(改竄されていない)\n");