mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idc.py: Added missing idaapi. to GetMemberStrId(). Thanks to abuse007 for the report and fix.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user