From f9e166c69c5fa7e2fba545a418208d297e4f758b Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Mon, 28 Apr 2008 19:23:05 +0000 Subject: [PATCH] idc.py: Added missing idaapi. to GetMemberStrId(). Thanks to abuse007 for the report and fix. --- python/idc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/idc.py b/python/idc.py index 5e54813..b9c9eab 100644 --- a/python/idc.py +++ b/python/idc.py @@ -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: