From 079f7d7e07bc79a679e9e52e48e9e8bc826059f0 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Oct 2023 21:21:30 +0800 Subject: [PATCH] Minor updates. Adding Support to display PowerPoint File embeded in another OLE file --- plugin_ppt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_ppt.py b/plugin_ppt.py index c71528c..0b47e72 100644 --- a/plugin_ppt.py +++ b/plugin_ppt.py @@ -323,7 +323,7 @@ def Analyze(self): 0xF145: 'RT_TimeSubEffectContainer' } - if self.streamname == ['PowerPoint Document']: + if self.streamname[-1] == 'PowerPoint Document': self.ran = True stream = self.stream