Bump version to 5.0-14
[LibreOffice.git] / external / clucene / patches / clucene-aix.patch
blob2b796fa45bdc2c94849480d8206a6d256cd2f8ab
1 diff -rc clucene.orig/src/core/CLucene/store/MMapInput.cpp clucene/src/core/CLucene/store/MMapInput.cpp
2 *** src/core/CLucene/store/MMapInput.cpp Wed Apr 10 10:57:37 2013
3 --- src/core/CLucene/store/MMapInput.cpp Wed Apr 10 10:58:30 2013
4 ***************
5 *** 115,121 ****
9 ! bool MMapIndexInput::open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize ) {
11 //Func - Constructor.
12 // Opens the file named path
13 --- 115,121 ----
17 ! bool MMapIndexInput::Open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize ) {
19 //Func - Constructor.
20 // Opens the file named path
21 diff -rc clucene.orig/src/core/CLucene/store/_MMapIndexInput.h clucene/src/core/CLucene/store/_MMapIndexInput.h
22 *** src/core/CLucene/store/_MMapIndexInput.h Wed Apr 10 10:57:37 2013
23 --- src/core/CLucene/store/_MMapIndexInput.h Wed Apr 10 10:58:53 2013
24 ***************
25 *** 18,24 ****
26 MMapIndexInput(const MMapIndexInput& clone);
27 MMapIndexInput(Internal* _internal);
28 public:
29 ! static bool open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize);
31 ~MMapIndexInput();
32 IndexInput* clone() const;
33 --- 18,24 ----
34 MMapIndexInput(const MMapIndexInput& clone);
35 MMapIndexInput(Internal* _internal);
36 public:
37 ! static bool Open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize);
39 ~MMapIndexInput();
40 IndexInput* clone() const;