Skip to content

Commit

Permalink
Update ifl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Aug 9, 2020
1 parent 1c4ae74 commit 14c2dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifl.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __init__(self, parent=None):

def setFunctionName(self, start, func_name):
flags = idaapi.SN_NOWARN | idaapi.SN_NOCHECK
if idc.ida_set_name(start, func_name, flags):
if ida_set_name(start, func_name, flags):
self.updateSignal.emit()
return True
return False
Expand Down

0 comments on commit 14c2dab

Please sign in to comment.