Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903829 Details for
Bug 939996
sci-libs/opencascade-7.8.1 - invalid conversion from ‘unsigned char*’ to ‘const char*’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Upstream fix as a patch
opencascade-7.8.1-unsigned-char.diff (text/plain), 730 bytes, created by
Vladislav Mikhailikov
on 2024-09-26 15:58:25 UTC
(
hide
)
Description:
Upstream fix as a patch
Filename:
MIME Type:
Creator:
Vladislav Mikhailikov
Created:
2024-09-26 15:58:25 UTC
Size:
730 bytes
patch
obsolete
>diff --git a/src/StdPrs/StdPrs_BRepFont.cxx b/src/StdPrs/StdPrs_BRepFont.cxx >index ab2d9b3c9f..cd701879b1 100644 >--- a/src/StdPrs/StdPrs_BRepFont.cxx >+++ b/src/StdPrs/StdPrs_BRepFont.cxx >@@ -457,7 +457,7 @@ Standard_Boolean StdPrs_BRepFont::renderGlyph (const Standard_Utf32Char theChar, > for (short aContour = 0, aStartIndex = 0; aContour < anOutline->n_contours; ++aContour) > { > const FT_Vector* aPntList = &anOutline->points[aStartIndex]; >- const char* aTags = &anOutline->tags[aStartIndex]; >+ const auto* aTags = &anOutline->tags[aStartIndex]; > const short anEndIndex = anOutline->contours[aContour]; > const short aPntsNb = (anEndIndex - aStartIndex) + 1; > aStartIndex = anEndIndex + 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 939996
:
903496
| 903829 |
903830
|
903831