mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
native code: synchronization with C++ version
This commit is contained in:
parent
6fd4e1e98f
commit
d93770c0f8
111 changed files with 804 additions and 697 deletions
|
@ -424,7 +424,7 @@ void RtfReader::processKeyword(const std::string &keyword, int *parameter) {
|
|||
it->second->run(*this, parameter);
|
||||
}
|
||||
|
||||
void RtfReader::processCharData(const char *data, size_t len, bool convert) {
|
||||
void RtfReader::processCharData(const char *data, std::size_t len, bool convert) {
|
||||
if (myState.Destination != RtfReader::DESTINATION_SKIP) {
|
||||
addCharData(data, len, convert);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue