aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-05 22:44:27 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-05 22:44:27 +0200
commit43e474a6dcd10f5ec0ebbdc129dd86761423f91b (patch)
treee392874eed4088c79c788cca122dbfd522f1b233
parent24c8d489797499c0331f4d1039e357ece1ae98a7 (diff)
downloadlibextractor-43e474a6dcd10f5ec0ebbdc129dd86761423f91b.tar.gz
libextractor-43e474a6dcd10f5ec0ebbdc129dd86761423f91b.zip
revert +1, as it is wrong
-rw-r--r--src/plugins/ole2_extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ole2_extractor.c b/src/plugins/ole2_extractor.c
index 878b8a4..072ffc5 100644
--- a/src/plugins/ole2_extractor.c
+++ b/src/plugins/ole2_extractor.c
@@ -347,7 +347,7 @@ process_star_office (GsfInput *src,
347 (buf[1] != 0x0) || 347 (buf[1] != 0x0) ||
348 (0 != strncmp (&buf[2], 348 (0 != strncmp (&buf[2],
349 "SfxDocumentInfo", 349 "SfxDocumentInfo",
350 strlen ("SfxDocumentInfo") + 1)) || 350 strlen ("SfxDocumentInfo"))) ||
351 (buf[0x11] != 0x0B) || 351 (buf[0x11] != 0x0B) ||
352 (buf[0x13] != 0x00) || /* pw protected! */ 352 (buf[0x13] != 0x00) || /* pw protected! */
353 (buf[0x12] != 0x00) ) 353 (buf[0x12] != 0x00) )