mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idc.py: Fixed the name of GetMemberName(). Thanks forgot!
This commit is contained in:
+1
-1
@@ -4560,7 +4560,7 @@ def GetMemberOffset(sid, member_name):
|
||||
return m.get_soff()
|
||||
|
||||
|
||||
def GetMemberNames(sid, member_offset):
|
||||
def GetMemberName(sid, member_offset):
|
||||
"""
|
||||
Get name of a member of a structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user