mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
改竄フラグを取り違えていたのを修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@561 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
23fd0f657d
commit
b143639608
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user