mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-30 21:14:20 +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:
|
if not m:
|
||||||
return -1
|
return -1
|
||||||
|
|
||||||
cs = get_member_struc(m)
|
cs = idaapi.get_member_struc(m)
|
||||||
if cs:
|
if cs:
|
||||||
return cs.id
|
return cs.id
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user