mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-30 03:00:01 +00:00
fix rdi_format_parse and rdi_breakpad_from_pdb build
This commit is contained in:
@@ -278,7 +278,7 @@ rdi_line_info_idx_range_from_voff(RDI_ParsedLineTable *line_info, RDI_U64 voff,
|
||||
}
|
||||
|
||||
//- rjf: scan rightward, to count # of line info with this voff
|
||||
for(U64 idx = result; idx < line_info->count; idx += 1)
|
||||
for(RDI_U64 idx = result; idx < line_info->count; idx += 1)
|
||||
{
|
||||
if(line_info->voffs[idx] == voff)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user