mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
idc.py: Fixed documentation for GetMarkedPos(), returns BADADDR on error
This commit is contained in:
parent
ef44c5f123
commit
4059c6ec72
@ -4041,7 +4041,7 @@ def GetMarkedPos(slot):
|
||||
@param slot: slot number: 1..1024 if the specifed value is <= 0
|
||||
range, IDA will ask the user to select slot.
|
||||
|
||||
@return: -1 - the slot doesn't contain a marked address
|
||||
@return: BADADDR - the slot doesn't contain a marked address
|
||||
otherwise returns the marked address
|
||||
"""
|
||||
curloc = idaapi.curloc()
|
||||
|
Loading…
Reference in New Issue
Block a user