idc.py: Added missing idaapi. to GetMemberStrId(). Thanks to abuse007 for the report and fix.

This commit is contained in:
gergely.erdelyi 2008-04-28 19:23:05 +00:00
parent 6ac2bb185d
commit f9e166c69c

View File

@ -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: