@takes_address already performs l2() so doing it twice breaks this command (#194)

pull/200/head
cloud 9 years ago committed by Zach Riggle
parent 52c1c0655c
commit 9de6345a83

@ -130,7 +130,6 @@ def base():
@withIDA @withIDA
@takes_address @takes_address
def Comment(addr): def Comment(addr):
addr = l2r(addr)
return _ida.GetCommentEx(addr, 0) or _ida.GetCommentEx(addr) return _ida.GetCommentEx(addr, 0) or _ida.GetCommentEx(addr)

Loading…
Cancel
Save