mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
Backported fixes
This commit is contained in:
+1
-1
@@ -5106,7 +5106,7 @@ def SetType(ea, newtype):
|
||||
|
||||
@return: 1-ok, 0-failed.
|
||||
"""
|
||||
if newtype is not '':
|
||||
if newtype != '':
|
||||
pt = parse_decl(newtype, PT_SIL)
|
||||
if pt is None:
|
||||
# parsing failed
|
||||
|
||||
Reference in New Issue
Block a user