Fixed kword build error for new versions of libpaper-2.0.x #285

Merged
SlavekB merged 1 commits from feat/kword into master 1 year ago
ormorph commented 1 year ago
Collaborator

C++ requires an explicit cast from const char* to char*. The same result can be achieved by using the strdup() function instead of (char*). For compatibility, the same thing needs to be added to the live version in the koffice project.
Compatibility with the old version of libpaper is preserved.

C++ requires an explicit cast from `const char*` to `char*`. The same result can be achieved by using the `strdup()` function instead of `(char*)`. For compatibility, the same thing needs to be added to the live version in the koffice project. Compatibility with the old version of libpaper is preserved.
ormorph force-pushed feat/kword from 19187ae69e to 9d8ffc347d 1 year ago
ormorph commented 1 year ago
Poster
Collaborator

Added last fix.

Added last fix.
SlavekB approved these changes 1 year ago
SlavekB left a comment
Owner

Now it looks good.

Now it looks good.
SlavekB merged commit 9d8ffc347d into master 1 year ago
SlavekB deleted branch feat/kword 1 year ago
SlavekB added this to the R14.1.0 release milestone 1 year ago

Reviewers

SlavekB approved these changes 1 year ago
The pull request has been merged as 9d8ffc347d.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tde-packaging-gentoo#285
Loading…
There is no content yet.