mirror of
https://github.com/cemu-project/idapython.git
synced 2025-01-13 18:39:13 +01:00
idc.py: Fixed the name of GetMemberName(). Thanks forgot!
This commit is contained in:
parent
e8df46dc30
commit
e0e7d9d56c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user