commit 86c003001dc396ba385575bb494b655a12dd8fb9
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Thu Apr 12 10:48:50 2018 +0200
Fix invalid octal number
(cherry picked from commit 6cffd468e0b6421643007dc9086bc499c6d7cdad)
---
src/Format.cpp | 2 +-
status.23x | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/Format.cpp b/src/Format.cpp
index b7a8c20..3b3a10d 100644
--- a/src/Format.cpp
+++ b/src/Format.cpp
@@ -232,7 +232,7 @@ string guessFormatFromContents(FileName const & fn)
static string const zipStamp = "PK";
// ZIP containers (koffice, openoffice.org etc).
- static string const nonzipStamp = "\008\0\0\0mimetypeapplication/";
+ static string const nonzipStamp = "\010\0\0\0mimetypeapplication/";
// compress
static string const compressStamp = "\037\235";
diff --git a/status.23x b/status.23x
index b4f6abc..feea321 100644
--- a/status.23x
+++ b/status.23x
@@ -49,6 +49,8 @@ What's new
- Use normal footnote (rather than \tablefootnote) for tables in minipages.
+- Fix detection of Open Document files.
+
* LYX2LYX