mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
idc.py: Added missing idaapi. to GetMemberStrId(). Thanks to abuse007 for the report and fix.
This commit is contained in:
parent
6ac2bb185d
commit
f9e166c69c
@ -4493,7 +4493,7 @@ def GetMemberStrId(id, member_offset):
|
||||
if not m:
|
||||
return -1
|
||||
|
||||
cs = get_member_struc(m)
|
||||
cs = idaapi.get_member_struc(m)
|
||||
if cs:
|
||||
return cs.id
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user