mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix invalid octal number
This commit is contained in:
parent
503f7db224
commit
6cffd468e0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user