zodiacon / TotalRegistry

Total Registry - enhanced Registry editor/viewer
MIT License
1.38k stars 116 forks source link

Code logic error #30

Closed BeneficialCode closed 3 years ago

BeneficialCode commented 3 years ago

The function CString CMainFrame::GetColumnText(HWND h,int row,int col) const in the MainFrame.cpp exists a code logic error. I guess that you want to judge the if(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwLowDateTime) is zero. But you incorrectly type the if(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwHighDateTime. The code line is 219.