Avoid potential negative array index access to cached text.
[LibreOffice.git] / external / liborcus / windows-constants-hack.patch
blob28cf0997a16803b6f2c65d8a11ef492289a04441
1 diff --git a/src/liborcus/info.cpp b/src/liborcus/info.cpp
2 index ae571f5..539ce18 100644
3 --- a/src/liborcus/info.cpp
4 +++ b/src/liborcus/info.cpp
5 @@ -7,7 +7,9 @@
7 #include "orcus/info.hpp"
9 -#include "constants.inl"
10 +#define ORCUS_MAJOR_VERSION 0
11 +#define ORCUS_MINOR_VERSION 19
12 +#define ORCUS_MICRO_VERSION 2
14 namespace orcus {