View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038138 | FPC | RTL | public | 2020-11-27 12:22 | 2020-11-27 12:22 |
Reporter | Benito van der Zander | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | amd64 | OS | linux | ||
Product Version | 3.3.1 | ||||
Summary | 0038138: android cwstring UErrorCode declaration | ||||
Description | cwstring defines: type UErrorCode = SizeInt; But libicu declares UErrorCode as C enum, which probably always has 32-bit Now this does not matter in cwstring, because it never checks the error code anywhere.. But if one would check the error codes, it would confuse warnings (error code < 0) and errors ( > 0) | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
FPCOldBugId | |||||
FPCTarget | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-27 12:22 | Benito van der Zander | New Issue |