diff -ur libebook.org/src/lib/EBOOKCharsetConverter.cpp libebook/src/lib/EBOOKCharsetConverter.cpp --- libebook.org/src/lib/EBOOKCharsetConverter.cpp 2018-01-01 12:16:28.000000000 +0100 +++ libebook/src/lib/EBOOKCharsetConverter.cpp 2020-11-16 21:19:46.699315299 +0100 @@ -124,7 +124,7 @@ m_converterToUTF8.get(), m_converterToUnicode.get(), &outText, outText + out.size(), &inText, inText + length, nullptr, nullptr, nullptr, nullptr, - TRUE, TRUE, &status) + true, true, &status) ; if (status==U_BUFFER_OVERFLOW_ERROR) { rm'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/apple_remote/source
AgeCommit message (Expand)Author
2021-10-27Add support for macOS SDK 12.0Stephan Bergmann
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2020-11-16tdf#123936 Formatting files in module apple_remote with clang-formatPhilipp Hofer
2020-02-21Blind fix of -Werror,-Wpointer-to-int-cast in apple_remoteStephan Bergmann
2019-04-11Fix typoAndrea Gelmini
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-06Fix typoAndrea Gelmini
2017-10-12Following tdf#111561: no need to autorelease "elements" (apple_remote)Julien Nabet
2017-10-11tdf#111561: try to fix leak in HIDRemoteControlDevice (apple_remote)Julien Nabet
2017-08-21Typo notifcation->notificationJulien Nabet
2017-08-07loplugin:oncevarStephan Bergmann