mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-27 09:35:49 +00:00
Fix w32 build
This commit is contained in:
parent
47a5e7a945
commit
9aafea2e23
@ -90,7 +90,7 @@ static RList *w32_dbg_maps(RDebug *dbg) {
|
||||
SectionHeader->Characteristics,
|
||||
0);
|
||||
if (mr != NULL) r_list_append (list, mr);
|
||||
if (Numsections <= 0) continue;
|
||||
if (NumSections <= 0) continue;
|
||||
mapname = (char *)malloc(MAX_PATH);
|
||||
if (!mapname) continue;
|
||||
for (i = 0; i < NumSections; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user