From 9c80378afed781ea7609270219f25e7da340bcb1 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sat, 17 Oct 2009 20:33:09 +0000 Subject: [PATCH] idautils.py: Added missing self --- python/idautils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/idautils.py b/python/idautils.py index b668e9d..aee8d3a 100644 --- a/python/idautils.py +++ b/python/idautils.py @@ -401,7 +401,7 @@ class Strings: STR_ULEN2 = 0x0020 # Pascal-style Unicode, length is 2 bytes STR_ULEN4 = 0x0040 # Pascal-style Unicode, length is 4 bytes - def clear_cache(): + def clear_cache(self): """Clears the strings list cache""" self.refresh(0, 0) # when ea1=ea2 the kernel will clear the cache