libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 43e474a6dcd10f5ec0ebbdc129dd86761423f91b
parent 24c8d489797499c0331f4d1039e357ece1ae98a7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 Aug 2018 22:44:27 +0200

revert +1, as it is wrong

Diffstat:
Msrc/plugins/ole2_extractor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/ole2_extractor.c b/src/plugins/ole2_extractor.c @@ -347,7 +347,7 @@ process_star_office (GsfInput *src, (buf[1] != 0x0) || (0 != strncmp (&buf[2], "SfxDocumentInfo", - strlen ("SfxDocumentInfo") + 1)) || + strlen ("SfxDocumentInfo"))) || (buf[0x11] != 0x0B) || (buf[0x13] != 0x00) || /* pw protected! */ (buf[0x12] != 0x00) )