Skip to content

Commit

Permalink
Update file(s): 2024-09-23
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Sep 23, 2024
1 parent 8e3cd07 commit e58c251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PE/peprocessdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ void PEProcessData::_process()
pRoot->setData(listCert.at(i).record.dwLength, Qt::UserRole + FW_DEF::SECTION_DATA_SIZE);
pRoot->setData(listCert.at(i).nOffset, Qt::UserRole + FW_DEF::SECTION_DATA_OFFSET);

int nNumberOfRecords = listCert.at(i).certRecord.listRecords.count();
qint32 nNumberOfRecords = listCert.at(i).certRecord.listRecords.count();

for (qint32 j = 0; (j < nNumberOfRecords) && (isRun()); j++) {
QStandardItem *pRecord = new QStandardItem;
Expand Down

0 comments on commit e58c251

Please sign in to comment.